haskell-dbus: disable test suite

The tests need access to the Internet to succeed.
This commit is contained in:
Peter Simons 2014-03-17 14:12:29 +01:00
parent dd701b4c51
commit f202729d53

View File

@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
QuickCheck random text transformers vector xmlTypes
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://john-millikin.com/software/haskell-dbus/";
description = "A client library for the D-Bus IPC system";