mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://john-millikin.com/software/haskell-dbus/";
|
||||
description = "A client library for the D-Bus IPC system";
|
||||
|
Loading…
Reference in New Issue
Block a user