* Add an attribute set `texFunctions' that contains the stuff in
misc/tex/nix. svn path=/nixpkgs/trunk/; revision=5120
This commit is contained in:
parent
8dbf2c38fb
commit
709d466567
@ -2332,6 +2332,10 @@ rec {
|
||||
inherit fetchurl stdenv SDL;
|
||||
};
|
||||
|
||||
texFunctions = (import ../misc/tex/nix) {
|
||||
inherit stdenv perl tetex graphviz ghostscript;
|
||||
};
|
||||
|
||||
tetex = (import ../misc/tex/tetex) {
|
||||
inherit fetchurl stdenv flex bison zlib libpng ncurses ed;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user