about summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/resholve/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/misc/resholve/default.nix b/pkgs/development/misc/resholve/default.nix
index c87f496792a4f..f2db31c351ad7 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;