resholve: fix build on aarch64-darwin

This commit is contained in:
figsoda 2022-12-18 12:18:09 -05:00
parent 017c0ef738
commit da56c13198

View file

@ -16,13 +16,11 @@ let
self = python27';
pkgsBuildHost = pkgsBuildHost // { python27 = python27'; };
# strip down that python version as much as possible
openssl = null;
bzip2 = null;
readline = null;
ncurses = null;
gdbm = null;
sqlite = null;
libffi = null;
rebuildBytecode = false;
stripBytecode = true;
strip2to3 = true;