haskell.packages.ghc98: Add system-cxx-std-lib attribute to fix eval
This commit is contained in:
parent
83f5ace380
commit
69fbd8d01e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user