[cpan2nix] perlPackages.StringInterpolate: cleanup
dependencies: perlPackages.SafeHole: init at 0.14
This commit is contained in:
parent
4fb1e2ca69
commit
e9291b0979
1 changed files with 15 additions and 0 deletions
|
@ -17106,6 +17106,7 @@ let
|
|||
description = "String::Interpolate - Wrapper for builtin the Perl interpolation engine.";
|
||||
license = licenses.gpl1Plus;
|
||||
};
|
||||
propagatedBuildInputs = [ PadWalker SafeHole ];
|
||||
};
|
||||
|
||||
StringMkPasswd = buildPerlPackage {
|
||||
|
@ -17409,6 +17410,20 @@ let
|
|||
propagatedBuildInputs = [ (pkgs.subversionClient.override { inherit perl; }) ];
|
||||
};
|
||||
|
||||
SafeHole = buildPerlModule {
|
||||
pname = "Safe-Hole";
|
||||
version = "0.14";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/T/TO/TODDR/Safe-Hole-0.14.tar.gz;
|
||||
sha256 = "01gc2lfli282dj6a2pkpxb0vmpyavs323cbdw15gxi06pn5nxxgl";
|
||||
};
|
||||
meta = {
|
||||
description = "lib/Safe/Hole.pm";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
homepage = "http://github.com/toddr/Safe-Hole";
|
||||
};
|
||||
};
|
||||
|
||||
Swim = buildPerlPackage {
|
||||
pname = "Swim";
|
||||
version = "0.1.48";
|
||||
|
|
Loading…
Reference in a new issue