python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtquick3dphysics.nix
blob5ace804fe4c5c0957717cb347ece486657c5ab85
1 { qtModule
2 , qtbase
3 , qtquick3d
4 }:
6 qtModule {
7   pname = "qtquick3dphysics";
8   qtInputs = [ qtbase qtquick3d ];