tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dockbarx: Disable tests
Sandro Jäckel
5 years ago
87a16982
7923272c
+3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
dockbarx
default.nix
+3
pkgs/applications/misc/dockbarx/default.nix
···
28
28
++ (with gnome2; [ gnome_python gnome_python_desktop ])
29
29
++ [ keybinder ];
30
30
31
31
+
# no tests
32
32
+
doCheck = false;
33
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";