2022-05-22 01:38:59 +01:00
|
|
|
{ qtModule, speechd, pkg-config }:
|
2018-03-24 11:07:52 +00:00
|
|
|
|
|
|
|
qtModule {
|
2021-05-14 11:53:30 +01:00
|
|
|
pname = "qtspeech";
|
2018-03-24 11:07:52 +00:00
|
|
|
qtInputs = [ ];
|
2022-05-22 01:38:59 +01:00
|
|
|
buildInputs = [ speechd ];
|
|
|
|
nativeBuildInputs = [ pkg-config ];
|
2019-07-05 16:41:41 +01:00
|
|
|
outputs = [ "out" "dev" ];
|
2018-03-24 11:07:52 +00:00
|
|
|
}
|