[cpan2nix] perlPackages.TextSprintfNamed: cleanup

This commit is contained in:
volth 2018-04-07 07:55:04 +00:00
parent 9f657389a4
commit 0994e9a7e1
1 changed files with 2 additions and 2 deletions

View File

@ -15134,13 +15134,13 @@ let self = _self // overrides; _self = with self; {
};
};
TextSprintfNamed = buildPerlPackage rec {
TextSprintfNamed = buildPerlModule rec {
name = "Text-Sprintf-Named-0.0402";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "951317fce8fa5dd08190ba760182bc71f2b4346fa21df55c76155e6353e2864f";
};
buildInputs = [ ModuleBuild TestWarn ];
buildInputs = [ TestWarn ];
meta = {
description = "Sprintf-like function with named conversions";
license = stdenv.lib.licenses.mit;