3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 9622fb4333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;