mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +00:00
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:
parent
dd115b3460
commit
bc4e63e71a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user