mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
7 lines
153 B
Nix
7 lines
153 B
Nix
|
{ qtModule, qtbase, qtdeclarative, qtsvg, hunspell }:
|
||
|
|
||
|
qtModule {
|
||
|
name = "qtvirtualkeyboard";
|
||
|
qtInputs = [ qtbase qtdeclarative qtsvg hunspell ];
|
||
|
}
|