Commit e626f3f2 authored by flexxyfluxx's avatar flexxyfluxx Committed by github-actions[bot]
Browse files

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.

(cherry picked from commit 8ea70323)
parent 2fecba99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4771,7 +4771,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;