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
/
qtscxml.nix
blob
ece975f59e8db3e2caf5b324ff1f1b3206fed7f9
1
{ qtModule, qtbase, qtdeclarative }:
2
3
qtModule {
4
pname = "qtscxml";
5
propagatedBuildInputs = [ qtbase qtdeclarative ];
6
}