From 75ce141a3587034b241253ea2c3b75c83e637790 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Tue, 26 Jun 2018 21:33:14 +0200 Subject: 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 --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index acdcccd43558..1cc9dd6451ce 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 -- cgit 1.4.1