Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libgxps: add lcms2 support

+2 -3
+2 -3
pkgs/development/libraries/libgxps/default.nix
··· 1 { stdenv, fetchurl, meson, ninja, pkgconfig, glib, gobject-introspection, cairo 2 - , libarchive, freetype, libjpeg, libtiff, gnome3 3 }: 4 5 stdenv.mkDerivation rec { ··· 12 }; 13 14 nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection ]; 15 - buildInputs = [ glib cairo freetype libjpeg libtiff ]; 16 propagatedBuildInputs = [ libarchive ]; 17 18 mesonFlags = [ 19 "-Denable-test=false" 20 - "-Dwith-liblcms2=false" 21 ]; 22 23 passthru = {
··· 1 { stdenv, fetchurl, meson, ninja, pkgconfig, glib, gobject-introspection, cairo 2 + , libarchive, freetype, libjpeg, libtiff, gnome3, lcms2 3 }: 4 5 stdenv.mkDerivation rec { ··· 12 }; 13 14 nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection ]; 15 + buildInputs = [ glib cairo freetype libjpeg libtiff lcms2 ]; 16 propagatedBuildInputs = [ libarchive ]; 17 18 mesonFlags = [ 19 "-Denable-test=false" 20 ]; 21 22 passthru = {