Merge pull request #284315 from a-n-n-a-l-e-e/unpin-llvm-9

haskellPackages.llvm-hs: unpin llvm_9
This commit is contained in:
maralorn 2024-01-28 19:19:22 +01:00 committed by GitHub
commit b27920371e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -492,9 +492,6 @@ self: super: builtins.intersectAttrs super {
# Uses OpenGL in testing
caramia = dontCheck super.caramia;
# requires llvm 9 specifically https://github.com/llvm-hs/llvm-hs/#building-from-source
llvm-hs = super.llvm-hs.override { llvm-config = pkgs.llvm_9; };
# llvm-ffi needs a specific version of LLVM which we hard code here. Since we
# can't use pkg-config (LLVM has no official .pc files), we need to pass the
# `dev` and `lib` output in, or Cabal will have trouble finding the library.