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
/
qtpositioning.nix
blob
20f059976323c0e3f7fc05b953557c52bd5d8799
1
{ qtModule
2
, qtbase
3
, qtdeclarative
4
, qtserialport
5
, pkg-config
6
, openssl
7
}:
8
9
qtModule {
10
pname = "qtpositioning";
11
propagatedBuildInputs = [ qtbase qtdeclarative qtserialport ];
12
nativeBuildInputs = [ pkg-config ];
13
buildInputs = [ openssl ];
14
}