haskell-Win32: mark broken on systems other than Cygwin

wip/yesman
Peter Simons 9 years ago
parent 2f6c8127f5
commit 283b75910a
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save