8 lines
227 B
Nix
8 lines
227 B
Nix
{ 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";
|
|
};
|
|
}
|