2015-05-27 20:42:15 +01:00
|
|
|
{ kde, kdelibs, libcanberra, libpulseaudio }:
|
2014-09-20 10:09:11 +01:00
|
|
|
kde {
|
2015-05-27 20:42:15 +01:00
|
|
|
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";
|
|
|
|
};
|
|
|
|
}
|