python310Packages.monai: unbreak
Upstream added a `monai[ninja]` install option and a corresponding `ninja = ` in `setup.cfg`, which broke a previous hack around `setuptools` not detecting `ninja` correctly.
This commit is contained in:
parent
f91966e165
commit
dd793645a8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
# Ninja is not detected by setuptools for some reason even though it's present:
|
# Ninja is not detected by setuptools for some reason even though it's present:
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace "setup.cfg" --replace "ninja" ""
|
substituteInPlace "setup.cfg" --replace " ninja" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
|
Loading…
Reference in a new issue