haskell-dbus: disable test suite
The tests need access to the Internet to succeed.
This commit is contained in:
parent
dd701b4c51
commit
f202729d53
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user