9 libayatana-appindicator,
20 python3Packages.buildPythonApplication rec {
21 pname = "caffeine-ng";
25 src = fetchFromGitea {
26 domain = "codeberg.org";
30 hash = "sha256-uYzLRZ+6ZgIwhSuJWRBpLYHgonX7sFXgUZid0V26V0Q=";
42 libayatana-appindicator
46 pythonPath = with python3Packages; [
63 echo "${version}" > version
67 glib-compile-schemas $out/share/glib-2.0/schemas
82 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
86 mainProgram = "caffeine";
87 maintainers = with maintainers; [ marzipankaiser ];
88 description = "Status bar application to temporarily inhibit screensaver and sleep mode";
89 homepage = "https://codeberg.org/WhyNotHugo/caffeine-ng";
90 changelog = "https://codeberg.org/WhyNotHugo/caffeine-ng/src/tag/v${version}/CHANGELOG.rst";
91 license = licenses.gpl3;
92 platforms = platforms.linux;