tex4ht: fixup evaluation errors in the broken package

https://github.com/NixOS/nixpkgs/pull/22873#issuecomment-280390590
This commit is contained in:
Vladimír Čunát 2017-02-16 20:24:56 +01:00
parent 19a9099eb2
commit 03024b39b7
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -17840,7 +17840,7 @@ with pkgs;
tewi-font = callPackage ../data/fonts/tewi {};
tex4ht = callPackage ../tools/typesetting/tex/tex4ht { tetex = null; };
tex4ht = callPackage ../tools/typesetting/tex/tex4ht { tetex = ""; };
texFunctions = callPackage ../tools/typesetting/tex/nix pkgs;