[cpan2nix] perlPackages.CryptSSLeay: cleanup
This commit is contained in:
parent
b849ce8f4d
commit
73a0a3aeb5
|
@ -4213,7 +4213,7 @@ let
|
|||
|
||||
makeMakerFlags = "--libpath=${pkgs.openssl.out}/lib --incpath=${pkgs.openssl.dev}/include";
|
||||
buildInputs = [ PathClass ];
|
||||
propagatedBuildInputs = [ LWPProtocolHttps BytesRandomSecure ];
|
||||
propagatedBuildInputs = [ BytesRandomSecure LWPProtocolHttps ];
|
||||
};
|
||||
|
||||
CSSDOM = buildPerlPackage {
|
||||
|
|
Loading…
Reference in New Issue