pkgsCross.*.haskell.packages.ghc96.terminfo: fix evaluation

This commit is contained in:
sternenseemann 2023-12-20 10:57:08 +01:00
parent bd16733467
commit 3d2fdba896

View File

@ -54,7 +54,7 @@ self: super: {
system-cxx-std-lib = null;
template-haskell = null;
# terminfo is not built if GHC is a cross compiler
terminfo = if pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform then null else doDistribute self.terminfo_0_4_1_5;
terminfo = if pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform then null else doDistribute self.terminfo_0_4_1_6;
text = null;
time = null;
transformers = null;