[cpan2nix] perlPackages.IOPager: cleanup

This commit is contained in:
volth 2018-04-07 07:54:20 +00:00
parent 405a6d9f62
commit 07f3cbd939

View File

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