Unverified Commit 679619e8 authored by Benedikt Broich's avatar Benedikt Broich
Browse files

blueprint-compiler: move to by-name

parent 38e70791
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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; };
  };