dockbarx: Disable tests

+3
+3
pkgs/applications/misc/dockbarx/default.nix
··· 28 28 ++ (with gnome2; [ gnome_python gnome_python_desktop ]) 29 29 ++ [ keybinder ]; 30 30 31 + # no tests 32 + doCheck = false; 33 + 31 34 meta = with stdenv.lib; { 32 35 homepage = "https://launchpad.net/dockbar/"; 33 36 description = "Lightweight taskbar / panel replacement for Linux which works as a stand-alone dock";