mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
7 lines
154 B
Nix
7 lines
154 B
Nix
{ qtModule, qtbase, qtdeclarative, qtsvg, hunspell }:
|
|
|
|
qtModule {
|
|
pname = "qtvirtualkeyboard";
|
|
qtInputs = [ qtbase qtdeclarative qtsvg hunspell ];
|
|
}
|