haskell: disable language-nix on i686 linux

see https://github.com/peti/language-nix/issues/4 for discusssion
This commit is contained in:
Matthew Bauer 2018-05-30 17:16:58 -04:00
parent 58359bab6b
commit ced1670092

View file

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