python3Packages.pyside2-tools: fix

This commit is contained in:
Jacek Galowicz
2024-11-25 17:48:58 +01:00
committed by Bjørn Forsman
parent eb720681e3
commit 84d3fd1fab
@@ -5,6 +5,7 @@
stdenv,
cmake,
qt5,
distutils,
shiboken2,
pyside2,
}:
@@ -27,6 +28,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
cmake
distutils
wrapPython
];
propagatedBuildInputs = [