rocmPackages.llvm: add setuptools
distutils removed in python 3.12, need to add setuptools.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user