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
/
qtlocation.nix
blob
12fa89b9aaead5c50253bf49abaa6dafff0762b3
1
{ qtModule
2
, qtbase
3
, qtdeclarative
4
, qtpositioning
5
}:
6
7
qtModule {
8
pname = "qtlocation";
9
propagatedBuildInputs = [ qtbase qtdeclarative qtpositioning ];
10
}