mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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.
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user