15 stdenv.mkDerivation rec {
16 pname = "pavucontrol";
20 url = "https://freedesktop.org/software/pulseaudio/${pname}/${pname}-${version}.tar.xz";
21 sha256 = "sha256-zityw7XxpwrQ3xndgXUPlFW9IIcNHTo20gU2ry6PTno=";
30 gnome.adwaita-icon-theme
33 nativeBuildInputs = [ pkg-config intltool wrapGAppsHook ];
35 configureFlags = [ "--disable-lynx" ];
37 enableParallelBuilding = true;
40 description = "PulseAudio Volume Control";
43 PulseAudio Volume Control (pavucontrol) provides a GTK
44 graphical user interface to connect to a PulseAudio server and
45 easily control the volume of all clients, sinks, etc.
48 homepage = "http://freedesktop.org/software/pulseaudio/pavucontrol/";
50 license = lib.licenses.gpl2Plus;
52 maintainers = with maintainers; [ abbradar ];
53 platforms = platforms.linux;
54 mainProgram = "pavucontrol";