forked from mirrors/nixpkgs
I added extra dependencies to TeXLive - just in case.
svn path=/nixpkgs/trunk/; revision=12323
This commit is contained in:
parent
e8d58c83f9
commit
f0c44c69aa
|
@ -7206,7 +7206,8 @@ let pkgs = rec {
|
|||
|
||||
texLiveFun = builderDefsPackage (import ../misc/tex/texlive) {
|
||||
inherit builderDefs zlib bzip2 ncurses libpng ed
|
||||
gd t1lib freetype icu perl ruby;
|
||||
gd t1lib freetype icu perl ruby expat curl
|
||||
libjpeg;
|
||||
inherit (xlibs) libXaw libX11 xproto libXt libXpm
|
||||
libXmu libXext xextproto libSM libICE;
|
||||
flex = flex2535;
|
||||
|
|
Loading…
Reference in a new issue