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

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