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
/
qt3d.nix
blob
f1df7f6fc254fbd06f6c735ce94d826c6ce3da08
1
{ qtModule
2
, qtbase
3
, qtdeclarative
4
, qtmultimedia
5
, assimp
6
}:
7
8
qtModule {
9
pname = "qt3d";
10
propagatedBuildInputs = [ qtbase qtdeclarative qtmultimedia assimp ];
11
}