bluespec: replace texlive.combined.scheme-full with texliveFull
This commit is contained in:
parent
9ae3cdf7e7
commit
1429e5b57e
@ -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 = [
|
||||||
|
@ -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 { };
|
||||||
|
Loading…
Reference in New Issue
Block a user