From da56c131984f7531e93961e07c203182ba2a08b6 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 18 Dec 2022 12:18:09 -0500 Subject: [PATCH] resholve: fix build on aarch64-darwin --- pkgs/development/misc/resholve/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/misc/resholve/default.nix b/pkgs/development/misc/resholve/default.nix index c87f496792a4..f2db31c351ad 100644 --- a/pkgs/development/misc/resholve/default.nix +++ b/pkgs/development/misc/resholve/default.nix @@ -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;