Merge pull request #173941 from lopsided98/qtspeech-speechd

libsForQt5.qtspeech: add speechd dependency
This commit is contained in:
Thomas Tuegel 2022-05-22 06:39:46 -05:00 committed by GitHub
commit 3d1917bde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
{ qtModule }:
{ qtModule, speechd, pkg-config }:
qtModule {
pname = "qtspeech";
qtInputs = [ ];
buildInputs = [ speechd ];
nativeBuildInputs = [ pkg-config ];
outputs = [ "out" "dev" ];
}