summary refs log blame commit diff
path: root/pkgs/development/libraries/qt-6/modules/qtvirtualkeyboard.nix
blob: 9c53f11e1a3cb8f64104895be67643deaca79cbf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                            
 
{ qtModule
, qtbase
, qtdeclarative
, qtsvg
, hunspell
, pkg-config
}:

qtModule {
  pname = "qtvirtualkeyboard";
  qtInputs = [ qtbase qtdeclarative qtsvg ];
  propagatedBuildInputs = [ hunspell ];
  nativeBuildInputs = [ pkg-config ];
}