mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 22:45:08 +00:00
8 lines
102 B
Nix
8 lines
102 B
Nix
{ qtModule }:
|
|
|
|
qtModule {
|
|
name = "qtspeech";
|
|
qtInputs = [ ];
|
|
outputs = [ "out" "dev" "bin" ];
|
|
}
|