3
0
Fork 0
forked from mirrors/nixpkgs

haskell-filecache: disable test suite on Darwin

See https://github.com/bartavelle/filecache/issues/4 for details.
Closes https://github.com/NixOS/nixpkgs/pull/42629.

Update configuration-common.nix
This commit is contained in:
Pi3r 2018-06-26 21:33:14 +02:00 committed by Peter Simons
parent b97b0300f6
commit 75ce141a35

View file

@ -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