python3Packages.datatable: fix for non-x86

This commit is contained in:
Robert Scott 2021-11-23 22:12:05 +00:00 committed by Jonathan Ringer
parent cee6c6ca4e
commit 5dadb7717f

View file

@ -20,13 +20,16 @@ buildPythonPackage rec {
# authors seem to have created their own build system
format = "other";
# tarball doesn't appear to have been shipped totally ready-to-build
postPatch = ''
# tarball doesn't appear to have been shipped totally ready-to-build
substituteInPlace ci/ext.py \
--replace \
'shell_cmd(["git"' \
'"0000000000000000000000000000000000000000" or shell_cmd(["git"'
echo '${version}' > VERSION.txt
# don't make assumptions about architecture
sed -i '/-m64/d' ci/ext.py
'';
DT_RELEASE = "1";