6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitea {
11 domain = "codeberg.org";
15 hash = "sha256-cKVw3Gd4Ml8BeXjZqTN6ToeRzO9PI+Sn45gpltlRuWM=";
18 cargoHash = "sha256-uKSbxAsGUR2nYfdtiTR/bgPBQunqYLzx3+CmszNilPQ=";
21 homepage = "https://codeberg.org/Scrumplex/inhibridge";
22 description = "Simple daemon that bridges freedesktop.org ScreenSaver inhibitions to systemd-inhibit";
23 platforms = platforms.linux;
24 license = licenses.agpl3Plus;
25 maintainers = with maintainers; [Scrumplex];
26 mainProgram = "inhibridge";