ghdl-llvm: re-pin LLVM
Supports only up to LLVM version 20 (see their [`configure` script]: <https://github.com/ghdl/ghdl/blob/v5.1.1/configure#L312-L327>), but un-pinned version in nixpkgs is version 21.
This commit is contained in:
@@ -4878,7 +4878,7 @@ with pkgs;
|
||||
|
||||
ghdl-llvm = callPackage ../by-name/gh/ghdl/package.nix {
|
||||
backend = "llvm";
|
||||
inherit (llvmPackages) llvm;
|
||||
inherit (llvmPackages_20) llvm;
|
||||
};
|
||||
|
||||
gcc-arm-embedded = gcc-arm-embedded-14;
|
||||
|
||||
Reference in New Issue
Block a user