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:
Christopher Bergqvist 2023-03-31 12:45:39 +02:00
parent 1cd2bb9162
commit cd1e76095a
No known key found for this signature in database
GPG key ID: A0DEB4CB2A91DE0D

View file

@ -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; {