mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
@ -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 New Issue
Block a user