gnome-common: fix derivation name for the patch

This commit is contained in:
Luca Bruno 2015-10-05 11:40:26 +02:00
parent 7c516259e7
commit 3c45ef3627
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ which ]; # autogen.sh which is using gnome_common tends to require which
patches = [(fetchurl {
name = "gnome-common-patch";
url = "https://bug697543.bugzilla-attachments.gnome.org/attachment.cgi?id=240935";
sha256 = "17abp7czfzirjm7qsn2czd03hdv9kbyhk3lkjxg2xsf5fky7z7jl";
})];

View file

@ -11,6 +11,7 @@ in stdenv.mkDerivation rec {
};
patches = [(fetchurl {
name = "gnome-common-3-patch";
url = "https://bug697543.bugzilla-attachments.gnome.org/attachment.cgi?id=240935";
sha256 = "17abp7czfzirjm7qsn2czd03hdv9kbyhk3lkjxg2xsf5fky7z7jl";
})];