From c6678c568846655519f0a338322a0e4b6db87de5 Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Sat, 20 Jan 2018 14:53:42 +0100 Subject: [PATCH] pycurl: don't pollute $out/lib with system libraries As far as I can tell, pycurl works just fine without that symlink. --- pkgs/top-level/python-packages.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index c2d56c269f59..5dc95c505239 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -13742,11 +13742,6 @@ in { export PYCURL_SSL_LIBRARY=openssl ''; - #TODO no idea why this is needed - postInstall = '' - ln -s ${pkgs.openssl.out}/lib/libcrypto* $out/lib/ - ''; - meta = { homepage = http://pycurl.sourceforge.net/; description = "Python wrapper for libcurl";