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
/
qtquick3dphysics.nix
blob
5ace804fe4c5c0957717cb347ece486657c5ab85
1
{ qtModule
2
, qtbase
3
, qtquick3d
4
}:
5
6
qtModule {
7
pname = "qtquick3dphysics";
8
qtInputs = [ qtbase qtquick3d ];
9
}