dockbarx: Disable tests

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