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

8 lines
227 B
Nix
Raw Normal View History

{ kde, kdelibs, libcanberra, libpulseaudio }:
2014-09-20 10:09:11 +01:00
kde {
buildInputs = [ kdelibs libcanberra libpulseaudio ];
2014-09-20 10:09:11 +01:00
meta = {
description = "sound mixer, an application to allow you to change the volume of your sound card";
};
}