summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-30 17:16:58 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-31 12:34:15 -0400
commitced1670092402319ad3260d82b41bd5306a3c266 (patch)
treeacd3017a0d17fddbaca84c819eda86a8fc663d42 /pkgs/development/haskell-modules/configuration-common.nix
parent58359bab6bf5478e65042c80b501bd5f48351cdc (diff)
downloadnixlib-ced1670092402319ad3260d82b41bd5306a3c266.tar
nixlib-ced1670092402319ad3260d82b41bd5306a3c266.tar.gz
nixlib-ced1670092402319ad3260d82b41bd5306a3c266.tar.bz2
nixlib-ced1670092402319ad3260d82b41bd5306a3c266.tar.lz
nixlib-ced1670092402319ad3260d82b41bd5306a3c266.tar.xz
nixlib-ced1670092402319ad3260d82b41bd5306a3c266.tar.zst
nixlib-ced1670092402319ad3260d82b41bd5306a3c266.zip
haskell: disable language-nix on i686 linux
see https://github.com/peti/language-nix/issues/4 for discusssion
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index a88cd1c789ed..387983003af3 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -347,6 +347,7 @@ self: super: {
   itanium-abi = dontCheck super.itanium-abi;
   katt = dontCheck super.katt;
   language-slice = dontCheck super.language-slice;
+  language-nix = overrideCabal super.language-nix (drv: { broken = pkgs.stdenv.isLinux && pkgs.stdenv.isi686; }); # Tests crash on 32-bit linux; see https://github.com/peti/language-nix/issues/4
   ldap-client = dontCheck super.ldap-client;
   lensref = dontCheck super.lensref;
   lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25