forked from mirrors/nixpkgs
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:
parent
d7fad3b52f
commit
c6678c5688
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue