From b0784c2dc801246d4e81a3b0c704d6f67e8704e0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 15 Aug 2015 20:14:47 +0200 Subject: [PATCH] haskell-commutative can't compile its test suite. --- 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 a71dae696cf2..7f8e29875715 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -935,4 +935,7 @@ self: super: { yi-solarized = dontDistribute super.yi-solarized; yi-spolsky = dontDistribute super.yi-spolsky; + # https://github.com/athanclark/commutative/issues/1 + commutative = dontCheck super.commutative; + }