bluespec: replace texlive.combined.scheme-full with texliveFull
This commit is contained in:
parent
9ae3cdf7e7
commit
1429e5b57e
2 changed files with 2 additions and 3 deletions
|
@ -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 a new issue