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

8 lines
221 B
Nix
Raw Normal View History

2014-02-13 03:25:11 +01:00
{ 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";
};
}