haskell-Southpaw cannot be built on Unix.
This commit is contained in:
parent
b49b2d9bba
commit
867eda32ca
|
@ -870,6 +870,7 @@ self: super: {
|
||||||
# This package can't be built on non-Windows systems.
|
# This package can't be built on non-Windows systems.
|
||||||
Win32 = overrideCabal super.Win32 (drv: { broken = !pkgs.stdenv.isCygwin; });
|
Win32 = overrideCabal super.Win32 (drv: { broken = !pkgs.stdenv.isCygwin; });
|
||||||
inline-c-win32 = dontDistribute super.inline-c-win32;
|
inline-c-win32 = dontDistribute super.inline-c-win32;
|
||||||
|
Southpaw = dontDistribute super.Southpaw;
|
||||||
|
|
||||||
# Doesn't work with recent versions of mtl.
|
# Doesn't work with recent versions of mtl.
|
||||||
cron-compat = markBroken super.cron-compat;
|
cron-compat = markBroken super.cron-compat;
|
||||||
|
|
Loading…
Reference in New Issue