bluespec: replace texlive.combined.scheme-full with texliveFull

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:27 +00:00
parent 9ae3cdf7e7
commit 1429e5b57e
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
, gmp-static , gmp-static
, verilog , verilog
, asciidoctor , asciidoctor
, tex , texliveFull
, which , which
}: }:
@ -88,7 +88,7 @@ in stdenv.mkDerivation rec {
ghcWithPackages ghcWithPackages
perl perl
pkg-config pkg-config
tex texliveFull
]; ];
makeFlags = [ makeFlags = [

View File

@ -15594,7 +15594,6 @@ with pkgs;
bluespec = callPackage ../development/compilers/bluespec { bluespec = callPackage ../development/compilers/bluespec {
gmp-static = gmp.override { withStatic = true; }; gmp-static = gmp.override { withStatic = true; };
tex = texlive.combined.scheme-full;
}; };
bun = callPackage ../development/web/bun { }; bun = callPackage ../development/web/bun { };