haskell-dbus: disable test suite

The tests need access to the Internet to succeed.

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