14 stdenv.mkDerivation rec {
19 url = "https://freedesktop.org/software/pulseaudio/paprefs/paprefs-${version}.tar.xz";
20 sha256 = "sha256-s/IeQNw5NtFeP/yRD7DAfBS4jowodxW0VqlIwXY49jM=";
38 description = "PulseAudio Preferences";
39 mainProgram = "paprefs";
42 PulseAudio Preferences (paprefs) is a simple GTK based configuration
43 dialog for the PulseAudio sound server.
46 homepage = "http://freedesktop.org/software/pulseaudio/paprefs/";
48 license = licenses.gpl2Plus;
50 maintainers = [ maintainers.abbradar ];
51 platforms = platforms.linux;