From 867eda32ca28b1dca1cea3e6fa6af868d5e39029 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 23 Jul 2015 20:33:26 +0200 Subject: [PATCH] haskell-Southpaw cannot be built on Unix. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6a4680d49066..491bf5cf2005 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -870,6 +870,7 @@ self: super: { # This package can't be built on non-Windows systems. Win32 = overrideCabal super.Win32 (drv: { broken = !pkgs.stdenv.isCygwin; }); inline-c-win32 = dontDistribute super.inline-c-win32; + Southpaw = dontDistribute super.Southpaw; # Doesn't work with recent versions of mtl. cron-compat = markBroken super.cron-compat;