mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
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 New Issue
Block a user