haskell.packages.ghc98: Add system-cxx-std-lib attribute to fix eval

This commit is contained in:
maralorn 2023-12-18 18:11:54 +01:00
parent 83f5ace380
commit 69fbd8d01e

View File

@ -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;