From c079b152c1f50b767da8b5d488f2e0b3d37a7710 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 7 Nov 2024 14:37:25 +0100 Subject: [PATCH] haskellPackages.llvm-codegen: provide LLVM 17 --- pkgs/development/haskell-modules/configuration-nix.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index f6e2ad0755c1..3480076bb178 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -185,6 +185,11 @@ self: super: builtins.intersectAttrs super { ''; }) super.nvvm; + # Doesn't declare LLVM dependency, needs llvm-config + llvm-codegen = addBuildTools [ + pkgs.llvmPackages_17.llvm.dev # for native llvm-config + ] super.llvm-codegen; + # hledger* overrides inherit ( let