about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-12-18 18:11:54 +0100
committermaralorn <mail@maralorn.de>2023-12-18 18:11:54 +0100
commit69fbd8d01ee124fa0a17cb705372f56d2b7246e6 (patch)
treeb475922c7bca9dcafe638d78379aec85d02c03fe /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent83f5ace380fe5a45869edf89c63e8cffb4baea5d (diff)
haskell.packages.ghc98: Add system-cxx-std-lib attribute to fix eval
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index cab81349733e2..d7a214de0ca0b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -39,6 +39,7 @@ self: super: {
   process = null;
   rts = null;
   stm = null;
+  system-cxx-std-lib = null;
   template-haskell = null;
   # GHC only builds terminfo if it is a native compiler
   terminfo = if pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform then null else self.terminfo_0_4_1_6;