13 python3Packages.buildPythonApplication rec {
15 version = "1.0-beta4";
17 src = fetchFromGitHub {
21 sha256 = "sha256-J/5KpHptGzgRF1qIGrgjkRR3in5pE0ffkiYVTR3iZKY=";
37 propagatedBuildInputs = with python3Packages; [
51 glib-compile-schemas $out/share/glib-2.0/schemas
54 # Arguments to be passed to `makeWrapper`, only used by buildPython*
56 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
60 homepage = "https://github.com/xuzhen/dockbarx";
61 description = "Lightweight taskbar/panel replacement which works as a stand-alone dock";
62 license = licenses.gpl3Only;
63 platforms = platforms.linux;
64 maintainers = [ maintainers.romildo ];