mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
haskell-Win32: mark broken on systems other than Cygwin
This commit is contained in:
parent
2f6c8127f5
commit
283b75910a
@ -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 New Issue
Block a user