python310Packages.symengine: move patching to right phase
This commit is contained in:
parent
f1189d812e
commit
11b544c084
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||
})
|
||||
];
|
||||
|
||||
postConfigure = ''
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "\"cmake\"" "\"${cmake}/bin/cmake\"" \
|
||||
--replace "'cython>=0.29.24'" "'cython'"
|
||||
|
|
Loading…
Reference in a new issue