ghdl-llvm: use compatible llvm version

This commit is contained in:
éclairevoyant 2023-12-09 10:18:10 -05:00
parent cba7243fc6
commit 48ba2ce02f
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -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 { };