summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2017-03-31 11:15:17 +0200
committerRickard Nilsson <rickynils@gmail.com>2017-03-31 11:15:17 +0200
commit37847f263c71994e981bf1518527eb41936f8abe (patch)
tree9e47abc2f9d2350a021e84a492f773db73e6d014 /pkgs/development
parentf10fc5a13cbae371ef6e8efb26f25bf8f8c6ca95 (diff)
downloadnixpkgs-37847f263c71994e981bf1518527eb41936f8abe.tar
nixpkgs-37847f263c71994e981bf1518527eb41936f8abe.tar.gz
nixpkgs-37847f263c71994e981bf1518527eb41936f8abe.tar.bz2
nixpkgs-37847f263c71994e981bf1518527eb41936f8abe.tar.lz
nixpkgs-37847f263c71994e981bf1518527eb41936f8abe.tar.xz
nixpkgs-37847f263c71994e981bf1518527eb41936f8abe.tar.zst
nixpkgs-37847f263c71994e981bf1518527eb41936f8abe.zip
haskellPackages.tailfile-hinotify: Disable test suite
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
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;
 }