haskellPackages.foundation: disable tests on darwin

This commit is contained in:
Domen Kožar 2017-09-26 19:00:13 +02:00
parent 21abe34a2b
commit 61fbdb47a6
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -227,6 +227,12 @@ self: super: builtins.intersectAttrs super {
# /homeless-shelter. Disabled.
purescript = dontCheck super.purescript;
# https://github.com/haskell-foundation/foundation/pull/412
foundation =
if pkgs.stdenv.isDarwin
then dontCheck super.foundation
else super.foundation;
# Hardcoded include path
poppler = overrideCabal super.poppler (drv: {
postPatch = ''