Skip to content

Commit

Permalink
haskell-filecache: disable test suite on Darwin
Browse files Browse the repository at this point in the history
See bartavelle/filecache#4 for details.
Closes #42629.

Update configuration-common.nix
  • Loading branch information
PierreR authored and peti committed Jun 27, 2018
1 parent b97b030 commit 75ce141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,7 @@ self: super: {
# With ghc-8.2.x haddock would time out for unknown reason
# See https://github.com/haskell/haddock/issues/679
language-puppet = dontHaddock super.language-puppet;
filecache = overrideCabal super.filecache (drv: { doCheck = !pkgs.stdenv.isDarwin; });

# Missing FlexibleContexts in testsuite
# https://github.com/EduardSergeev/monad-memo/pull/4
Expand Down

0 comments on commit 75ce141

Please sign in to comment.