pycurl: don't pollute $out/lib with system libraries

As far as I can tell, pycurl works just fine without that symlink.
This commit is contained in:
Peter Simons 2018-01-20 14:53:42 +01:00
parent d7fad3b52f
commit c6678c5688

View file

@ -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";