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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qt3d.nix
blob
2f3a45f67d85dec7bf6ed83fe9298c97c3079757
1
{ qtModule
2
, qtbase
3
, qtdeclarative
4
, qtmultimedia
5
, assimp
6
}:
7
8
qtModule {
9
pname = "qt3d";
10
qtInputs = [ qtbase qtdeclarative qtmultimedia ];
11
propagatedBuildInputs = [ assimp ];
12
}