mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
haskell-threads: disable 'doCheck' to avoid test suite build errors
Setup: At least the following dependencies are missing: test-framework >=0.2.4 && <0.7, test-framework-hunit >=0.2.4 && <0.3
This commit is contained in:
parent
b313b3f1c3
commit
bab62f09e0
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
||||
baseUnicodeSymbols concurrentExtra HUnit stm testFramework
|
||||
testFrameworkHunit
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/basvandijk/threads";
|
||||
description = "Fork threads and wait for their result";
|
||||
|
Loading…
Reference in New Issue
Block a user