12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-c5SHjnhWLp0jMdmDlupMTA0hWphub5DFY1vOI6NW8E0=";
23 cargoHash = "sha256-IH+SLIHO/wu+przH+mgOEnH9m+iAE5s/BJhh0UUHR/0=";
25 nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
27 buildInputs = [ libpulseaudio glib pango gtk3 ];
30 install -Dm644 Myxer.desktop $out/share/applications/Myxer.desktop
33 # Currently no tests are implemented, so we avoid building the package twice
37 description = "Modern Volume Mixer for PulseAudio";
38 homepage = "https://github.com/Aurailus/Myxer";
39 license = licenses.gpl3Only;
40 maintainers = with maintainers; [ erin rster2002 ];
41 mainProgram = "myxer";
42 platforms = platforms.linux;