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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -30,7 +30,7 @@ buildPythonPackage rec {
})
];
postConfigure = ''
postPatch = ''
substituteInPlace setup.py \
--replace "\"cmake\"" "\"${cmake}/bin/cmake\"" \
--replace "'cython>=0.29.24'" "'cython'"