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:
@@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
|
||||
qtcharts
|
||||
qtsensors
|
||||
qtsvg
|
||||
qt3d
|
||||
]) ++ (with python.pkgs; [
|
||||
setuptools
|
||||
]) ++ (lib.optionals (python.pythonOlder "3.9") [
|
||||
|
||||
Reference in New Issue
Block a user