[cpan2nix] perlPackages.CryptSSLeay: cleanup

This commit is contained in:
volth 2020-09-09 09:14:29 +00:00
parent b849ce8f4d
commit 73a0a3aeb5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {