blueprint-compiler: move to by-name

This commit is contained in:
Benedikt Broich 2024-10-08 11:24:29 +02:00
parent 38e707918b
commit 679619e8a3
No known key found for this signature in database
GPG Key ID: 8A6003767BE95976
2 changed files with 0 additions and 2 deletions

View File

@ -14373,8 +14373,6 @@ with pkgs;
inherit (python3Packages) filecheck;
};
blueprint-compiler = callPackage ../development/compilers/blueprint { };
bluespec = callPackage ../development/compilers/bluespec {
gmp-static = gmp.override { withStatic = true; };
};