summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-6/modules/qtvirtualkeyboard.nix
blob: 9f067900dc06868e4c7c465d0d85388c06de68a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ qtModule
, qtbase
, qtdeclarative
, qtsvg
, hunspell
, pkg-config
}:

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