mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +00:00
8 lines
96 B
Nix
8 lines
96 B
Nix
{ qtModule }:
|
|
|
|
qtModule {
|
|
name = "qtspeech";
|
|
qtInputs = [ ];
|
|
outputs = [ "out" "dev" ];
|
|
}
|