about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-12-20 10:50:28 +0100
committersternenseemann <sternenseemann@systemli.org>2023-12-20 10:50:28 +0100
commit21acd3b7875379b642ae075b8c122f3c0bbe24cf (patch)
tree75827af6388761903172765c1efed9c496df95fa /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parentaef2be6c6ca05905246ab505e1e4f635459917d6 (diff)
downloadnixlib-21acd3b7875379b642ae075b8c122f3c0bbe24cf.tar
nixlib-21acd3b7875379b642ae075b8c122f3c0bbe24cf.tar.gz
nixlib-21acd3b7875379b642ae075b8c122f3c0bbe24cf.tar.bz2
nixlib-21acd3b7875379b642ae075b8c122f3c0bbe24cf.tar.lz
nixlib-21acd3b7875379b642ae075b8c122f3c0bbe24cf.tar.xz
nixlib-21acd3b7875379b642ae075b8c122f3c0bbe24cf.tar.zst
nixlib-21acd3b7875379b642ae075b8c122f3c0bbe24cf.zip
haskell.packages.*.{terminfo,xhtml}: allow builds on Hydra for cross
We have some jobs that hit this case in release-haskell.nix, but they
are not actually created, since we forgot to relax hydraPlatforms…
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index bae278f126e4..879f06537353 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -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 self.terminfo_0_4_1_5;
+  terminfo = if pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform then null else doDistribute self.terminfo_0_4_1_5;
   text = null;
   time = null;
   transformers = null;