python310Packages.symengine: move patching to right phase

This commit is contained in:
Sandro Jäckel
2022-04-16 22:47:30 +02:00
parent f1189d812e
commit 11b544c084
@@ -30,7 +30,7 @@ buildPythonPackage rec {
})
];
postConfigure = ''
postPatch = ''
substituteInPlace setup.py \
--replace "\"cmake\"" "\"${cmake}/bin/cmake\"" \
--replace "'cython>=0.29.24'" "'cython'"