mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
7 lines
153 B
Nix
7 lines
153 B
Nix
{ qtModule, qtbase, qtdeclarative, qtsvg, hunspell }:
|
|
|
|
qtModule {
|
|
name = "qtvirtualkeyboard";
|
|
qtInputs = [ qtbase qtdeclarative qtsvg hunspell ];
|
|
}
|