forked from mirrors/nixpkgs
Merge pull request #206725 from figsoda/resholve
resholve: fix build on aarch64-darwin
This commit is contained in:
commit
9622fb4333
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue