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
Pantheon updates 2024-12-13 (#364951)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtgraphs.nix
blob
5de167cc9c36ca6c22bd53020edd0ba1fa391d58
1
{
2
qtModule,
3
qtbase,
4
qtdeclarative,
5
qtquick3d,
6
qtquicktimeline,
7
}:
8
9
qtModule {
10
pname = "qtgraphs";
11
propagatedBuildInputs = [
12
qtbase
13
qtdeclarative
14
qtquick3d
15
qtquicktimeline
16
];
17
}