9 rustPlatform.buildRustPackage rec {
10 pname = "wayland-pipewire-idle-inhibit";
13 src = fetchFromGitHub {
15 repo = "wayland-pipewire-idle-inhibit";
17 hash = "sha256-8oVTexYGQWyaAVJedrp4kIQ7VjBR47l65eByZr7oghg=";
20 cargoHash = "sha256-6MzV2JOVFezD9fVDbzZ6Zm9RWOexh5LPk6AWOleOc2Q=";
24 rustPlatform.bindgenHook
34 description = "Suspends automatic idling of Wayland compositors when media is being played through Pipewire";
35 homepage = "https://github.com/rafaelrc7/wayland-pipewire-idle-inhibit/";
36 license = licenses.gpl3Only;
37 platforms = platforms.linux;
38 maintainers = with maintainers; [ rafameou ];
39 mainProgram = "wayland-pipewire-idle-inhibit";