mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gnome-common: fix derivation name for the patch
This commit is contained in:
parent
7c516259e7
commit
3c45ef3627
@ -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";
|
||||
})];
|
||||
|
@ -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";
|
||||
})];
|
||||
|
Loading…
Reference in New Issue
Block a user