haskell-dbus: disable test suite

The tests need access to the Internet to succeed.

+1
+1
pkgs/development/libraries/haskell/dbus/default.nix
··· 16 QuickCheck random text transformers vector xmlTypes 17 ]; 18 jailbreak = true; 19 meta = { 20 homepage = "https://john-millikin.com/software/haskell-dbus/"; 21 description = "A client library for the D-Bus IPC system";
··· 16 QuickCheck random text transformers vector xmlTypes 17 ]; 18 jailbreak = true; 19 + doCheck = false; 20 meta = { 21 homepage = "https://john-millikin.com/software/haskell-dbus/"; 22 description = "A client library for the D-Bus IPC system";