[cpan2nix] perlPackages.TextSprintfNamed: cleanup
This commit is contained in:
parent
9f657389a4
commit
0994e9a7e1
|
@ -15134,13 +15134,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TextSprintfNamed = buildPerlPackage rec {
|
TextSprintfNamed = buildPerlModule rec {
|
||||||
name = "Text-Sprintf-Named-0.0402";
|
name = "Text-Sprintf-Named-0.0402";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||||
sha256 = "951317fce8fa5dd08190ba760182bc71f2b4346fa21df55c76155e6353e2864f";
|
sha256 = "951317fce8fa5dd08190ba760182bc71f2b4346fa21df55c76155e6353e2864f";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild TestWarn ];
|
buildInputs = [ TestWarn ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Sprintf-like function with named conversions";
|
description = "Sprintf-like function with named conversions";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
|
Loading…
Reference in New Issue