nixpkgs/pkgs/desktops/kde-4.10/kdemultimedia/kmix.nix

8 lines
221 B
Nix

{ kde, kdelibs, libcanberra, pulseaudio }:
kde {
buildInputs = [ kdelibs libcanberra pulseaudio ];
meta = {
description = "sound mixer, an application to allow you to change the volume of your sound card";
};
}