Merge pull request #206725 from figsoda/resholve

resholve: fix build on aarch64-darwin
This commit is contained in:
figsoda
2022-12-18 13:12:39 -05:00
committed by GitHub
@@ -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;