dockbarx: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-07 11:40:18 +01:00
parent 7923272cd5
commit 87a1698247

View File

@@ -28,6 +28,9 @@ pythonPackages.buildPythonApplication rec {
++ (with gnome2; [ gnome_python gnome_python_desktop ])
++ [ keybinder ];
# no tests
doCheck = false;
meta = with stdenv.lib; {
homepage = "https://launchpad.net/dockbar/";
description = "Lightweight taskbar / panel replacement for Linux which works as a stand-alone dock";