haskell-Southpaw cannot be built on Unix.

This commit is contained in:
Peter Simons 2015-07-23 20:33:26 +02:00
parent b49b2d9bba
commit 867eda32ca

View file

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