7 lines
153 B
Nix
7 lines
153 B
Nix
{ qtModule, qtbase, qtdeclarative, qtsvg, hunspell }:
|
|
|
|
qtModule {
|
|
name = "qtvirtualkeyboard";
|
|
qtInputs = [ qtbase qtdeclarative qtsvg hunspell ];
|
|
}
|