haskellPackages.tailfile-hinotify: Disable test suite

This commit is contained in:
Rickard Nilsson 2017-03-31 11:15:17 +02:00
parent f10fc5a13c
commit 37847f263c

View file

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