ragel: use new texlive infrastructure

This commit is contained in:
Pascal Wittmann 2016-02-15 18:34:31 +01:00
parent 6d6f331109
commit 72161f6810
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,4 @@
{stdenv, fetchurl, transfig, texLiveAggregationFun, texLive, texLiveExtra
, ghostscript, colm, build-manual ? false
{stdenv, fetchurl, transfig, tex , ghostscript, colm, build-manual ? false
}:
stdenv.mkDerivation rec {
@ -11,8 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "1ns3kbcvhinn4rwm54ajg49d1la8filxskl3rgbwws0irzw507vs";
};
buildInputs = stdenv.lib.optional build-manual [ transfig ghostscript
(texLiveAggregationFun { paths=[ texLive texLiveExtra ]; }) ];
buildInputs = stdenv.lib.optional build-manual [ transfig ghostscript tex ];
preConfigure = stdenv.lib.optional build-manual ''
sed -i "s/build_manual=no/build_manual=yes/g" DIST

View file

@ -6062,7 +6062,9 @@ let
};
ragel = callPackage ../development/tools/parsing/ragel { };
ragel = callPackage ../development/tools/parsing/ragel {
tex = texlive.combined.scheme-small;
};
hammer = callPackage ../development/tools/parsing/hammer { };