2015-05-27 12:42:15 -07:00
|
|
|
{ kde, kdelibs, libcanberra, libpulseaudio }:
|
2014-09-20 02:09:11 -07:00
|
|
|
kde {
|
2015-05-27 12:42:15 -07:00
|
|
|
buildInputs = [ kdelibs libcanberra libpulseaudio ];
|
2014-09-20 02:09:11 -07:00
|
|
|
meta = {
|
|
|
|
description = "sound mixer, an application to allow you to change the volume of your sound card";
|
|
|
|
};
|
|
|
|
}
|