Skip to content

Commit

Permalink
pycurl: don't pollute $out/lib with system libraries
Browse files Browse the repository at this point in the history
As far as I can tell, pycurl works just fine without that symlink.
  • Loading branch information
peti committed Jan 20, 2018
1 parent d7fad3b commit c6678c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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";
Expand Down

0 comments on commit c6678c5

Please sign in to comment.