mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +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
1cea746589
commit
2ae0ca0580
|
@ -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 a new issue