about summary refs log tree commit diff
path: root/pkgs/applications/misc/dockbarx
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-07 11:40:18 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-10 13:18:39 +0100
commit87a169824713cb95f513fa9affd91a7e652b03c5 (patch)
tree691a78b3c825714c7680d752ff9a076db2205327 /pkgs/applications/misc/dockbarx
parent7923272cd537c0cc6805d11e1732f93a27a3a73c (diff)
dockbarx: Disable tests
Diffstat (limited to 'pkgs/applications/misc/dockbarx')
-rw-r--r--pkgs/applications/misc/dockbarx/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/misc/dockbarx/default.nix b/pkgs/applications/misc/dockbarx/default.nix
index 463f7db6b0c33..13d837aceec55 100644
--- a/pkgs/applications/misc/dockbarx/default.nix
+++ b/pkgs/applications/misc/dockbarx/default.nix
@@ -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";