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
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtquickcontrols2.nix
blob
59070629ddc75b78513c26f336c9b00e873f32bd
1
{ qtModule, qtdeclarative }:
2
3
qtModule {
4
pname = "qtquickcontrols2";
5
propagatedBuildInputs = [ qtdeclarative ];
6
outputs = [ "out" "dev" "bin" ];
7
}