Commit 53cd64ce authored by Tobias Markus's avatar Tobias Markus
Browse files

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)
parent 505dac8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
    qtcharts
    qtsensors
    qtsvg
    qt3d
  ]) ++ (with python.pkgs; [
    setuptools
  ]) ++ (lib.optionals (python.pythonOlder "3.9") [