splix: enable JBIG

Enables JBIG given that according to OpenPrinting.org, the patents have expired.
See https://www.openprinting.org/driver/splix/license/

Closes #25929
This commit is contained in:
Emmanuel Rosa 2017-07-01 19:36:12 -04:00
parent b16ed16c99
commit 0878ca7ab4

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
preBuild = ''
makeFlags="V=1 DISABLE_JBIG=1 CUPSFILTER=$out/lib/cups/filter CUPSPPD=$out/share/cups/model"
makeFlags="V=1 CUPSFILTER=$out/lib/cups/filter CUPSPPD=$out/share/cups/model"
'';
buildInputs = [cups zlib];