4 , gobject-introspection
12 python3Packages.buildPythonApplication rec {
14 version = "1.0-beta4";
16 src = fetchFromGitHub {
20 sha256 = "sha256-J/5KpHptGzgRF1qIGrgjkRR3in5pE0ffkiYVTR3iZKY=";
36 propagatedBuildInputs = with python3Packages; [
50 glib-compile-schemas $out/share/glib-2.0/schemas
53 # Arguments to be passed to `makeWrapper`, only used by buildPython*
55 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
59 homepage = "https://github.com/xuzhen/dockbarx";
60 description = "Lightweight taskbar/panel replacement which works as a stand-alone dock";
61 license = licenses.gpl3Only;
62 platforms = platforms.linux;
63 maintainers = [ maintainers.romildo ];