tex4ht: fixup evaluation errors in the broken package
https://github.com/NixOS/nixpkgs/pull/22873#issuecomment-280390590
This commit is contained in:
parent
19a9099eb2
commit
03024b39b7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue