about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtspeech.nix
blob: a1ecb48f0d9d4c20e7dc50455515aee49b287573 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ qtModule, speechd, pkg-config }:

qtModule {
  pname = "qtspeech";
  qtInputs = [ ];
  buildInputs = [ speechd ];
  nativeBuildInputs = [ pkg-config ];
  outputs = [ "out" "dev" ];
}