summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdemultimedia/kmix.nix
blob: 1dd8108166f22d594201358c342181563544e365 (plain) (blame)
1
2
3
4
5
6
7
{ 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";
  };
}