about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-01-27 18:44:43 +0000
committerannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-01-27 18:44:43 +0000
commit1deaf13cb8bd673ca9d5b61fe0f1b618051a5e73 (patch)
tree5497d05e75982258b56687a1ad90fc6da83cf103 /pkgs/development/haskell-modules
parente49dc530ba25ba507f0ded60c8f29cbc1e2570a9 (diff)
downloadnixlib-1deaf13cb8bd673ca9d5b61fe0f1b618051a5e73.tar
nixlib-1deaf13cb8bd673ca9d5b61fe0f1b618051a5e73.tar.gz
nixlib-1deaf13cb8bd673ca9d5b61fe0f1b618051a5e73.tar.bz2
nixlib-1deaf13cb8bd673ca9d5b61fe0f1b618051a5e73.tar.lz
nixlib-1deaf13cb8bd673ca9d5b61fe0f1b618051a5e73.tar.xz
nixlib-1deaf13cb8bd673ca9d5b61fe0f1b618051a5e73.tar.zst
nixlib-1deaf13cb8bd673ca9d5b61fe0f1b618051a5e73.zip
haskellPackages.llvm-hs: unpin llvm_9
according  https://hydra.nixos.org/build/233205149 the first broken
build of llvm-hs was in 2022-02-18 09:30:43. unpin llvm_9 so LLVM9 can
be removed from nixpkgs
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 6e63cca2c154..cc5262f81f53 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -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.