Revert "perlPackages.NetSSLeay: link openssl pkgconfig files"
This reverts commit 93758f6b2f.
This commit is contained in:
@@ -9583,10 +9583,11 @@ let self = _self // overrides; _self = with self; {
|
||||
url = "mirror://cpan/authors/id/M/MI/MIKEM/${name}.tar.gz";
|
||||
sha256 = "06h6wbr923jxmazmv5shdg1767s7r60bvzcza52dk31yckks6l31";
|
||||
};
|
||||
buildInputs = [ pkgs.openssl ];
|
||||
doCheck = false; # Test performs network access.
|
||||
preConfigure = ''
|
||||
mkdir openssl
|
||||
ln -s ${pkgs.openssl.dev}/lib openssl
|
||||
ln -s ${pkgs.openssl.out}/lib openssl
|
||||
ln -s ${pkgs.openssl.bin}/bin openssl
|
||||
ln -s ${pkgs.openssl.dev}/include openssl
|
||||
export OPENSSL_PREFIX=$(realpath openssl)
|
||||
|
||||
Reference in New Issue
Block a user