diff options
author | sternenseemann <sternenseemann@systemli.org> | 2024-01-04 11:31:29 +0100 |
---|---|---|
committer | sternenseemann <sternenseemann@systemli.org> | 2024-01-06 18:36:34 +0100 |
commit | a8a75a82ab84a375eeef28c6fc5cbd5c3fb8a897 (patch) | |
tree | 37e33d323baccc14fab43d77fefb4bc337514505 /pkgs/development/haskell-modules/configuration-common.nix | |
parent | 567f66b19588dc51f3ab44dcf90e80776b38e36e (diff) |
haskellPackages.llvm-ffi: unbreak by providing matching LLVM 16
We're opting for the strategy of providing the most up to date version llvm-ffi supports which works out well enough, as nixpkgs also tries to be quite up to date with its LLVM version (and also uses LLVM 16 as the default). (cherry picked from commit aa4b7ce79daca93d9f95a6ea021595a6d74fe48a)
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r-- | pkgs/development/haskell-modules/configuration-common.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c47709e70b9d7..689dfbf8d1e11 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2697,10 +2697,6 @@ self: super: { # Get rid of this in the next release: https://github.com/kowainik/tomland/commit/37f16460a6dfe4606d48b8b86c13635d409442cd tomland = doJailbreak super.tomland; - llvm-ffi = super.llvm-ffi.override { - LLVM = pkgs.llvmPackages_13.libllvm; - }; - # libfuse3 fails to mount fuse file systems within the build environment libfuse3 = dontCheck super.libfuse3; |