Merge pull request #17348 from igsha/fix-libgxps

libgxps: fix building

authored by

Joachim F and committed by
GitHub
d472a823 8605d76f

+2 -2
+2 -2
pkgs/desktops/gnome-3/3.20/core/libgxps/default.nix
··· 1 { stdenv, fetchurl, pkgconfig, glib, cairo, libarchive, freetype, libjpeg, libtiff 2 - , openssl, bzip2, acl, attr 3 }: 4 5 stdenv.mkDerivation rec { ··· 10 sha256 = "1gi0b0x0354jyqc48vspk2hg2q1403cf2p9ibj847nzhkdrh9l9r"; 11 }; 12 13 - buildInputs = [ pkgconfig glib cairo freetype libjpeg libtiff acl openssl bzip2 attr]; 14 propagatedBuildInputs = [ libarchive ]; 15 16 configureFlags = "--without-liblcms2";
··· 1 { stdenv, fetchurl, pkgconfig, glib, cairo, libarchive, freetype, libjpeg, libtiff 2 + , openssl, bzip2, acl, attr, libxml2 3 }: 4 5 stdenv.mkDerivation rec { ··· 10 sha256 = "1gi0b0x0354jyqc48vspk2hg2q1403cf2p9ibj847nzhkdrh9l9r"; 11 }; 12 13 + buildInputs = [ pkgconfig glib cairo freetype libjpeg libtiff acl openssl bzip2 attr libxml2 ]; 14 propagatedBuildInputs = [ libarchive ]; 15 16 configureFlags = "--without-liblcms2";