depot/third_party/nixpkgs/pkgs/development/libraries/qt-5/modules/qtvirtualkeyboard.nix

7 lines
153 B
Nix
Raw Normal View History

{ qtModule, qtbase, qtdeclarative, qtsvg, hunspell }:
qtModule {
name = "qtvirtualkeyboard";
qtInputs = [ qtbase qtdeclarative qtsvg hunspell ];
}