[cpan2nix] perlPackages.IOPager: cleanup
This commit is contained in:
parent
405a6d9f62
commit
07f3cbd939
@ -7307,7 +7307,7 @@ let self = _self // overrides; _self = with self; {
|
||||
url = "mirror://cpan/authors/id/J/JP/JPIERCE/IO-Pager-${version}.tgz";
|
||||
sha256 = "0ksldcw0hydfy9k70i6q6fm1wgbc54kx0lbwlkrszsbd7q72dlfg";
|
||||
};
|
||||
propagatedBuildInputs = [pkgs.more]; # `more` used in tests
|
||||
propagatedBuildInputs = [ pkgs.more FileWhich ]; # `more` used in tests
|
||||
};
|
||||
|
||||
IOPrompt = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user