mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
Merge pull request #173941 from lopsided98/qtspeech-speechd
libsForQt5.qtspeech: add speechd dependency
This commit is contained in:
commit
3d1917bde7
@ -1,7 +1,9 @@
|
||||
{ qtModule }:
|
||||
{ qtModule, speechd, pkg-config }:
|
||||
|
||||
qtModule {
|
||||
pname = "qtspeech";
|
||||
qtInputs = [ ];
|
||||
buildInputs = [ speechd ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
outputs = [ "out" "dev" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user