haskell-dbus: disable test suite
The tests need access to the Internet to succeed.
This commit is contained in:
@@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
|||||||
QuickCheck random text transformers vector xmlTypes
|
QuickCheck random text transformers vector xmlTypes
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://john-millikin.com/software/haskell-dbus/";
|
homepage = "https://john-millikin.com/software/haskell-dbus/";
|
||||||
description = "A client library for the D-Bus IPC system";
|
description = "A client library for the D-Bus IPC system";
|
||||||
|
|||||||
Reference in New Issue
Block a user