From 37847f263c71994e981bf1518527eb41936f8abe Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Fri, 31 Mar 2017 11:15:17 +0200 Subject: [PATCH] haskellPackages.tailfile-hinotify: Disable test suite --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ef3725fb50f..d84db527951 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -866,4 +866,7 @@ self: super: { # strict-io is too cautious with it's deepseq dependency # strict-io doesn't have a working bug tracker, the author has been emailed however. strict-io = doJailbreak super.strict-io; + + # https://github.com/danidiaz/tailfile-hinotify/issues/2 + tailfile-hinotify = dontCheck super.tailfile-hinotify; }