mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 17:10:27 +00:00
10 lines
143 B
Nix
10 lines
143 B
Nix
|
{ kde, kdelibs, speechd }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs speechd ];
|
||
|
|
||
|
meta = {
|
||
|
description = "Text-to-speech synthesis daemon";
|
||
|
};
|
||
|
}
|