mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
svn path=/nixpkgs/trunk/; revision=22959
This commit is contained in:
parent
f809b04a33
commit
32b5de83c4
1 changed files with 1 additions and 3 deletions
|
@ -6904,9 +6904,7 @@ let
|
|||
|
||||
tex4ht = callPackage ../misc/tex/tex4ht { };
|
||||
|
||||
texFunctions = callPackage ../misc/tex/nix {
|
||||
inherit (haskellPackages) lhs2tex;
|
||||
};
|
||||
texFunctions = import ../misc/tex/nix pkgs;
|
||||
|
||||
texLive = builderDefsPackage (import ../misc/tex/texlive) {
|
||||
inherit builderDefs zlib bzip2 ncurses libpng ed
|
||||
|
|
Loading…
Reference in a new issue