mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
zeromq3-haskell: disable 'doCheck' because of build errors in test program
This commit is contained in:
parent
86b96bd0e9
commit
b7324d79eb
|
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||
QuickCheck testFramework testFrameworkQuickcheck2
|
||||
];
|
||||
extraLibraries = [ zeromq ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/twittner/zeromq-haskell/";
|
||||
description = "Bindings to ZeroMQ 3.x";
|
||||
|
|
Loading…
Reference in a new issue