rocmPackages.llvm: add setuptools

distutils removed in python 3.12, need to add setuptools.
This commit is contained in:
Austin Horstman
2024-07-09 18:56:09 -05:00
parent 66bd3bd8d2
commit af59eb84ca
@@ -86,7 +86,7 @@ in stdenv.mkDerivation (finalAttrs: {
cmake
ninja
git
python3Packages.python
(python3Packages.python.withPackages (p: [ p.setuptools ]))
] ++ lib.optionals (buildDocs || buildMan) [
doxygen
sphinx