gcl: don't depend on TeX

It doesn't seem to need it or use it at all.
This commit is contained in:
Vladimír Čunát 2015-08-28 22:27:05 +02:00
parent 237d027b86
commit c1bcf671dd
2 changed files with 1 additions and 6 deletions

View file

@ -6,7 +6,7 @@ let
mpfr m4 binutils emacs gmp
libX11 xproto inputproto libXi
libXext xextproto libXt libXaw libXmu
zlib which texinfo texLive
zlib which texinfo
];
in

View file

@ -3939,11 +3939,6 @@ let
gcl = builderDefsPackage (callPackage ../development/compilers/gcl) {
gmp = gmp4;
texLive = texLiveAggregationFun {
paths = [
texLive texLiveExtra
];
};
};
gcc-arm-embedded-4_7 = callPackage_i686 ../development/compilers/gcc-arm-embedded {