haskellPackages.foundation: disable tests on darwin
This commit is contained in:
parent
21abe34a2b
commit
61fbdb47a6
@ -227,6 +227,12 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# /homeless-shelter. Disabled.
|
# /homeless-shelter. Disabled.
|
||||||
purescript = dontCheck super.purescript;
|
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
|
# Hardcoded include path
|
||||||
poppler = overrideCabal super.poppler (drv: {
|
poppler = overrideCabal super.poppler (drv: {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user