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
|
export PYCURL_SSL_LIBRARY=openssl
|
||||||
'';
|
'';
|
||||||
|
|
||||||
#TODO no idea why this is needed
|
|
||||||
postInstall = ''
|
|
||||||
ln -s ${pkgs.openssl.out}/lib/libcrypto* $out/lib/
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pycurl.sourceforge.net/;
|
homepage = http://pycurl.sourceforge.net/;
|
||||||
description = "Python wrapper for libcurl";
|
description = "Python wrapper for libcurl";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user