mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
gnome-common: Remove superfluous patch
Fixed on mainline in 2014, see: 33608985c0
"gnome-common: use ACLOCAL_PATH over ACLOCAL_FLAGS"
Not sure why patching was not failing.
One step in getting rid of references to GNOME Bugzilla which has been replaced by GitLab issues and so fetching patches from Bugzilla may eventually start failing.
This commit is contained in:
parent
1cd2bb9162
commit
cd1e76095a
@ -13,12 +13,6 @@ stdenv.mkDerivation rec {
|
||||
updateScript = gnome.updateScript { packageName = "gnome-common"; attrPath = "gnome.gnome-common"; };
|
||||
};
|
||||
|
||||
patches = [(fetchurl {
|
||||
name = "gnome-common-patch";
|
||||
url = "https://bug697543.bugzilla-attachments.gnome.org/attachment.cgi?id=240935";
|
||||
sha256 = "17abp7czfzirjm7qsn2czd03hdv9kbyhk3lkjxg2xsf5fky7z7jl";
|
||||
})];
|
||||
|
||||
propagatedBuildInputs = [ which autoconf automake ]; # autogen.sh which is using gnome-common tends to require which
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user