ragel: replace texlive.combined.scheme-small with texliveSmall

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:29 +00:00
parent 9a2865f10e
commit 1fd9882538
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fig2dev, tex, ghostscript, colm
{ lib, stdenv, fetchurl, fig2dev, texliveSmall, ghostscript, colm
, build-manual ? false
}:
@ -13,7 +13,7 @@ let
inherit sha256;
};
buildInputs = lib.optionals build-manual [ fig2dev ghostscript tex ];
buildInputs = lib.optionals build-manual [ fig2dev ghostscript texliveSmall ];
preConfigure = lib.optionalString build-manual ''
sed -i "s/build_manual=no/build_manual=yes/g" DIST

View File

@ -19941,9 +19941,7 @@ with pkgs;
randoop = callPackage ../development/tools/analysis/randoop { };
inherit (callPackages ../development/tools/parsing/ragel {
tex = texlive.combined.scheme-small;
}) ragelStable ragelDev;
inherit (callPackages ../development/tools/parsing/ragel { }) ragelStable ragelDev;
hammer = callPackage ../development/tools/parsing/hammer { };