mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
haskell-Win32: mark broken on systems other than Cygwin
This commit is contained in:
parent
2f6c8127f5
commit
283b75910a
1 changed files with 4 additions and 0 deletions
|
@ -849,4 +849,8 @@ self: super: {
|
|||
# Avoid spurious test suite failures.
|
||||
fft = dontCheck super.fft;
|
||||
|
||||
# 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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue