Commit 2d882828 authored by Felix Singer's avatar Felix Singer Committed by Austin Seipp
Browse files

bluespec: Move package definition into by-name structure

parent 3f30412c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14313,7 +14313,7 @@ with pkgs;
    inherit (python3Packages) filecheck;
  };
  bluespec = callPackage ../development/compilers/bluespec {
  bluespec = callPackage ../by-name/bl/bluespec/package.nix {
    gmp-static = gmp.override { withStatic = true; };
  };