From e13660c50c1f8e76158dff19602206a67806db04 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Tue, 10 Jan 2023 18:06:09 +0000 Subject: [PATCH] resholve: remove openssl from python27 --- pkgs/development/misc/resholve/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/misc/resholve/default.nix b/pkgs/development/misc/resholve/default.nix index f2db31c351ad..b90a65c06ed1 100644 --- a/pkgs/development/misc/resholve/default.nix +++ b/pkgs/development/misc/resholve/default.nix @@ -16,6 +16,7 @@ let self = python27'; pkgsBuildHost = pkgsBuildHost // { python27 = python27'; }; # strip down that python version as much as possible + openssl = null; bzip2 = null; readline = null; ncurses = null;