libsForQt5.qtspeech: enable
This commit is contained in:
parent
56fb68dcef
commit
8a244db9f3
@ -90,6 +90,7 @@ let
|
||||
qtscript = callPackage ../modules/qtscript.nix {};
|
||||
qtsensors = callPackage ../modules/qtsensors.nix {};
|
||||
qtserialport = callPackage ../modules/qtserialport.nix {};
|
||||
qtspeech = callPackage ../modules/qtspeech.nix {};
|
||||
qtsvg = callPackage ../modules/qtsvg.nix {};
|
||||
qttools = callPackage ../modules/qttools.nix {};
|
||||
qttranslations = callPackage ../modules/qttranslations.nix {};
|
||||
|
7
pkgs/development/libraries/qt-5/modules/qtspeech.nix
Normal file
7
pkgs/development/libraries/qt-5/modules/qtspeech.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ qtModule }:
|
||||
|
||||
qtModule {
|
||||
name = "qtspeech";
|
||||
qtInputs = [ ];
|
||||
outputs = [ "out" "dev" "bin" ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user