python310Packages.symengine: move patching to right phase

main
Sandro Jäckel 2 years ago
parent f1189d812e
commit 11b544c084
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/development/python-modules/symengine/default.nix

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

Loading…
Cancel
Save