5 , gobject-introspection
14 python3.pkgs.buildPythonApplication rec {
15 pname = "powersupply";
20 src = fetchFromGitLab {
21 owner = "martijnbraam";
24 hash = "sha256-3NXoOqveMlMezYe4C78F3764KeAy5Sz3M714PO3h/eI=";
42 propagatedBuildInputs = with python3.pkgs; [
49 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
55 description = "Graphical app to display power status of mobile Linux platforms";
56 homepage = "https://gitlab.com/MartijnBraam/powersupply";
57 license = licenses.mit;
58 mainProgram = "powersupply";
59 platforms = platforms.linux;
60 maintainers = with maintainers; [ Luflosi ];