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
tailscale: build derpprobe (#364918)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtcharts.nix
blob
ae557588a02644a5044810ab64d39a6d22b27c86
1
{
2
qtModule,
3
qtbase,
4
qtdeclarative,
5
}:
6
7
qtModule {
8
pname = "qtcharts";
9
propagatedBuildInputs = [
10
qtbase
11
qtdeclarative
12
];
13
outputs = [
14
"out"
15
"dev"
16
"bin"
17
];
18
}