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
/
qtquick3d.nix
blob
40b95dfb9588213745db92f678b650ff854733fc
1
{
2
qtModule,
3
qtbase,
4
qtdeclarative,
5
openssl,
6
}:
7
8
qtModule {
9
pname = "qtquick3d";
10
propagatedBuildInputs = [
11
qtbase
12
qtdeclarative
13
];
14
buildInputs = [ openssl ];
15
}