bluespec: replace texlive.combined.scheme-full with texliveFull
This commit is contained in:
parent
9ae3cdf7e7
commit
1429e5b57e
@ -19,7 +19,7 @@
|
||||
, gmp-static
|
||||
, verilog
|
||||
, asciidoctor
|
||||
, tex
|
||||
, texliveFull
|
||||
, which
|
||||
}:
|
||||
|
||||
@ -88,7 +88,7 @@ in stdenv.mkDerivation rec {
|
||||
ghcWithPackages
|
||||
perl
|
||||
pkg-config
|
||||
tex
|
||||
texliveFull
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
|
@ -15594,7 +15594,6 @@ with pkgs;
|
||||
|
||||
bluespec = callPackage ../development/compilers/bluespec {
|
||||
gmp-static = gmp.override { withStatic = true; };
|
||||
tex = texlive.combined.scheme-full;
|
||||
};
|
||||
|
||||
bun = callPackage ../development/web/bun { };
|
||||
|
Loading…
Reference in New Issue
Block a user