Move GHDL files to respect naming scheme

This commit is contained in:
Martijn Bastiaan
2024-07-08 20:43:33 +02:00
parent 67ab30a1aa
commit 2e9b82a7e6
6 changed files with 2 additions and 6 deletions
+2 -6
View File
@@ -15674,13 +15674,9 @@ with pkgs;
meta.broken = stdenv.hostPlatform.isDarwin;
});
ghdl = ghdl-mcode;
ghdl-mcode = callPackage ../by-name/gh/ghdl/package.nix { backend = "mcode"; };
ghdl-mcode = callPackage ../development/compilers/ghdl {
backend = "mcode";
};
ghdl-llvm = callPackage ../development/compilers/ghdl {
ghdl-llvm = callPackage ../by-name/gh/ghdl/package.nix {
backend = "llvm";
inherit (llvmPackages_15) llvm;
};