depot/third_party/nixpkgs/pkgs/kde/gear/kmouth/default.nix

10 lines
110 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtspeech,
}:
mkKdeDerivation {
pname = "kmouth";
extraBuildInputs = [qtspeech];
}