Skip to content

Commit 7ec7aa0

Browse files
emmanuelrosaMic92
authored andcommittedJul 3, 2017
Revert "splix: enable JBIG" (#27054)
This reverts commit 0878ca7. My change to enable JBIG for splix did not work correctly. I was unable to get to the bottom of it because the build never completed. Given that it's also timing out in Hydra (see https://hydra.nixos.org/eval/1372226) I think it's best to simply back it out.
1 parent 40c6f7e commit 7ec7aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/misc/cups/drivers/splix/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
1111
};
1212

1313
preBuild = ''
14-
makeFlags="V=1 CUPSFILTER=$out/lib/cups/filter CUPSPPD=$out/share/cups/model"
14+
makeFlags="V=1 DISABLE_JBIG=1 CUPSFILTER=$out/lib/cups/filter CUPSPPD=$out/share/cups/model"
1515
'';
1616

1717
buildInputs = [cups zlib];

1 commit comments

Comments
 (1)

bjornfor commented on Jul 9, 2017

@bjornfor
Contributor

Please wrap commit messages to <= 72 chars. ("git log" doesn't do wrapping, the result is ugly.)

Please sign in to comment.