mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
haskell-distributed-process: disable 'doCheck' to avoid build errors
Setup: At least the following dependencies are missing: ansi-terminal ==0.5.*
This commit is contained in:
parent
ed9cb3942c
commit
80d5273cc6
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
||||
testFrameworkHunit
|
||||
];
|
||||
noHaddock = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/haskell-distributed/distributed-process";
|
||||
description = "Cloud Haskell: Erlang-style concurrency in Haskell";
|
||||
|
Loading…
Reference in New Issue
Block a user