dockbarx: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-10 13:18:39 +01:00
parent 7923272cd5
commit 87a1698247
@@ -28,6 +28,9 @@ pythonPackages.buildPythonApplication rec {
++ (with gnome2; [ gnome_python gnome_python_desktop ]) ++ (with gnome2; [ gnome_python gnome_python_desktop ])
++ [ keybinder ]; ++ [ keybinder ];
# no tests
doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://launchpad.net/dockbar/"; homepage = "https://launchpad.net/dockbar/";
description = "Lightweight taskbar / panel replacement for Linux which works as a stand-alone dock"; description = "Lightweight taskbar / panel replacement for Linux which works as a stand-alone dock";