1
0
Fork 1
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:
Peter Simons 2013-02-24 22:44:48 +01:00
parent 86b96bd0e9
commit b7324d79eb

View file

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