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:
flexxyfluxx
2025-10-25 10:55:51 +00:00
committed by GitHub
parent 20475ad990
commit 8ea70323b9
+1 -1
View File
@@ -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;