Skip to content

Commit 84d3fd1

Browse files
tfcbjornfor
authored andcommitted
python3Packages.pyside2-tools: fix
1 parent eb72068 commit 84d3fd1

File tree

1 file changed

+2
-0
lines changed
  • pkgs/development/python-modules/pyside2-tools

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/pyside2-tools/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
stdenv,
66
cmake,
77
qt5,
8+
distutils,
89
shiboken2,
910
pyside2,
1011
}:
@@ -27,6 +28,7 @@ stdenv.mkDerivation {
2728

2829
nativeBuildInputs = [
2930
cmake
31+
distutils
3032
wrapPython
3133
];
3234
propagatedBuildInputs = [

0 commit comments

Comments
 (0)