mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
gcl: don't depend on TeX
It doesn't seem to need it or use it at all.
This commit is contained in:
parent
237d027b86
commit
c1bcf671dd
2 changed files with 1 additions and 6 deletions
|
@ -6,7 +6,7 @@ let
|
||||||
mpfr m4 binutils emacs gmp
|
mpfr m4 binutils emacs gmp
|
||||||
libX11 xproto inputproto libXi
|
libX11 xproto inputproto libXi
|
||||||
libXext xextproto libXt libXaw libXmu
|
libXext xextproto libXt libXaw libXmu
|
||||||
zlib which texinfo texLive
|
zlib which texinfo
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
|
@ -3939,11 +3939,6 @@ let
|
||||||
|
|
||||||
gcl = builderDefsPackage (callPackage ../development/compilers/gcl) {
|
gcl = builderDefsPackage (callPackage ../development/compilers/gcl) {
|
||||||
gmp = gmp4;
|
gmp = gmp4;
|
||||||
texLive = texLiveAggregationFun {
|
|
||||||
paths = [
|
|
||||||
texLive texLiveExtra
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gcc-arm-embedded-4_7 = callPackage_i686 ../development/compilers/gcc-arm-embedded {
|
gcc-arm-embedded-4_7 = callPackage_i686 ../development/compilers/gcc-arm-embedded {
|
||||||
|
|
Loading…
Reference in a new issue