From 81082affeb77bf6dec735e39185c8017c79a2b55 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Feb 2015 13:35:53 +0100 Subject: [PATCH] haskell-c2hs fails its test suite on Linux/i686 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ae74c4b726a4..74872e16f286 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -529,6 +529,9 @@ self: super: { # https://github.com/vincenthz/hs-asn1/issues/12 asn1-encoding = dontCheck super.asn1-encoding; + # https://github.com/NixOS/nixpkgs/issues/6343 + c2hs = dontCheck super.c2hs; + } // { # Not on Hackage.