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