gcr: 3.14.0 -> 3.16.0, should fix race condition during build

This commit is contained in:
Luca Bruno 2015-08-28 11:35:15 +02:00
parent 0619a23236
commit 77354ebacd

View file

@ -3,11 +3,11 @@
, gobjectIntrospection, makeWrapper, libxslt, vala, gnome3 }:
stdenv.mkDerivation rec {
name = "gcr-3.14.0";
name = "gcr-${gnome3.version}.0";
src = fetchurl {
url = "mirror://gnome/sources/gcr/3.14/${name}.tar.xz";
sha256 = "2a2231147a01e2061f57fa9ca77557ff97bc6ceab028cee5528079f4b2fca63d";
url = "mirror://gnome/sources/gcr/${gnome3.version}/${name}.tar.xz";
sha256 = "0xfhi0w358lvca1jjx24x2gm67mif33dsnmi9cv5i0f83ks8vzpc";
};
buildInputs = [
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
#doCheck = true;
enableParallelBuilding = true;
preFixup = ''
wrapProgram "$out/bin/gcr-viewer" \
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"