about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-03-24 12:07:52 +0100
committerRobin Gloster <mail@glob.in>2018-03-24 12:07:52 +0100
commit8a244db9f37920fc48ec259c3f4fd2a5ae51a452 (patch)
treec3032d3756500ab07418688c88d4e21fee5bfca3 /pkgs/development/libraries/qt-5/modules
parent56fb68dcef494b7cdb3e09362d67836b8137019c (diff)
downloadnixlib-8a244db9f37920fc48ec259c3f4fd2a5ae51a452.tar
nixlib-8a244db9f37920fc48ec259c3f4fd2a5ae51a452.tar.gz
nixlib-8a244db9f37920fc48ec259c3f4fd2a5ae51a452.tar.bz2
nixlib-8a244db9f37920fc48ec259c3f4fd2a5ae51a452.tar.lz
nixlib-8a244db9f37920fc48ec259c3f4fd2a5ae51a452.tar.xz
nixlib-8a244db9f37920fc48ec259c3f4fd2a5ae51a452.tar.zst
nixlib-8a244db9f37920fc48ec259c3f4fd2a5ae51a452.zip
libsForQt5.qtspeech: enable
Diffstat (limited to 'pkgs/development/libraries/qt-5/modules')
-rw-r--r--pkgs/development/libraries/qt-5/modules/qtspeech.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/modules/qtspeech.nix b/pkgs/development/libraries/qt-5/modules/qtspeech.nix
new file mode 100644
index 000000000000..7b4b19ccab5a
--- /dev/null
+++ b/pkgs/development/libraries/qt-5/modules/qtspeech.nix
@@ -0,0 +1,7 @@
+{ qtModule }:
+
+qtModule {
+  name = "qtspeech";
+  qtInputs = [ ];
+  outputs = [ "out" "dev" "bin" ];
+}