perlPackages.GetoptLongDescriptive: fix deps

Add perlPackages.GetoptLong as a direct dependency, as newer version than
the one provided by perl538 core modules is needed.
This commit is contained in:
Stig Palmquist 2024-09-21 10:45:15 +02:00
parent dd115b3460
commit bc4e63e71a
No known key found for this signature in database

View File

@ -10789,7 +10789,7 @@ with self; {
hash = "sha256-QQ6EIRSpy/0/06X9JIqWcDwHxdh5sqpfnbAzPyMnYBY=";
};
buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];
propagatedBuildInputs = [ ParamsValidate SubExporter ];
propagatedBuildInputs = [ ParamsValidate SubExporter GetoptLong ];
meta = {
description = "Getopt::Long, but simpler and more powerful";
homepage = "https://github.com/rjbs/Getopt-Long-Descriptive";