about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdemultimedia/kmix.nix
blob: 8d8bc84e16ef0f47ed913f0b681937a97190c875 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libcanberra, libpulseaudio }:
kde {
  buildInputs = [ kdelibs libcanberra libpulseaudio ];
  meta = {
    description = "sound mixer, an application to allow you to change the volume of your sound card";
  };
}