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


             
                     
                 
                            
 
{ qtModule }:

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