Merge pull request #273151 from eclairevoyant/ghdl
ghdl-llvm: use compatible llvm version
This commit is contained in:
commit
6f1b95c3d8
1 changed files with 1 additions and 0 deletions
|
@ -16205,6 +16205,7 @@ with pkgs;
|
|||
|
||||
ghdl-llvm = callPackage ../development/compilers/ghdl {
|
||||
backend = "llvm";
|
||||
inherit (llvmPackages_15) llvm;
|
||||
};
|
||||
|
||||
gcl_2_6_13_pre = callPackage ../development/compilers/gcl/2.6.13-pre.nix { };
|
||||
|
|
Loading…
Reference in a new issue