gnome3.gnome-color-manager: fix build

This commit is contained in:
Jan Tojnar 2018-03-14 04:22:19 +01:00
parent 443a6c21a3
commit 960d599f53
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -14,14 +14,6 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja pkgconfig gettext itstool desktop-file-utils ];
buildInputs = [ glib gtk3 libexif libtiff colord colord-gtk libcanberra-gtk3 lcms2 vte exiv2 ];
patches = [
# https://bugzilla.gnome.org/show_bug.cgi?id=791158
(fetchurl {
url = https://bugzilla.gnome.org/attachment.cgi?id=364865;
sha256 = "1zh1aql6rwzfhy2xbdw0jqgzrl9l6wf0jcbdkjd67ykbmynh2cmv";
})
];
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;