Merge pull request #173941 from lopsided98/qtspeech-speechd

libsForQt5.qtspeech: add speechd dependency
main
Thomas Tuegel 2 years ago committed by GitHub
commit 3d1917bde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/libraries/qt-5/modules/qtspeech.nix

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

Loading…
Cancel
Save