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:
parent
b16ed16c99
commit
0878ca7ab4
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue