diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 1ee6d0f06b7..bf0735ecc21 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -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 {