bluespec: remove all-packages.nix definition
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
yices, # bsc uses a patched version of yices
|
||||
zlib,
|
||||
ghc,
|
||||
gmp-static,
|
||||
gmp,
|
||||
gmp-static ? gmp.override { withStatic = true; },
|
||||
iverilog,
|
||||
asciidoctor,
|
||||
texliveFull,
|
||||
|
||||
@@ -4153,10 +4153,6 @@ with pkgs;
|
||||
inherit (python3Packages) filecheck;
|
||||
};
|
||||
|
||||
bluespec = callPackage ../by-name/bl/bluespec/package.nix {
|
||||
gmp-static = gmp.override { withStatic = true; };
|
||||
};
|
||||
|
||||
codon = callPackage ../development/compilers/codon {
|
||||
inherit (llvmPackages) lld stdenv;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user