pyside2: Add qt3d to buildInputs

PySide2 will not build its qt3d component unless qt3d is added to
buildInputs.
This is part of the effort to package Meshroom.
(Related Meshroom PRs: #215528 and #215728)
This commit is contained in:
Tobias Markus
2023-02-10 22:02:02 +01:00
parent 505dac8a8c
commit 53cd64ce18
@@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
qtcharts
qtsensors
qtsvg
qt3d
]) ++ (with python.pkgs; [
setuptools
]) ++ (lib.optionals (python.pythonOlder "3.9") [