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

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