summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtspeech.nix
blob: 7b4b19ccab5ace596cf0ab82092faeebe437ccc7 (plain) (blame)
1
2
3
4
5
6
7
{ qtModule }:

qtModule {
  name = "qtspeech";
  qtInputs = [ ];
  outputs = [ "out" "dev" "bin" ];
}