repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtvirtualkeyboard.nix
blob
9f067900dc06868e4c7c465d0d85388c06de68a8
1
{ qtModule
2
, qtbase
3
, qtdeclarative
4
, qtsvg
5
, hunspell
6
, pkg-config
7
}:
8
9
qtModule {
10
pname = "qtvirtualkeyboard";
11
propagatedBuildInputs = [ qtbase qtdeclarative qtsvg hunspell ];
12
nativeBuildInputs = [ pkg-config ];
13
}