From 7f5af41140ff9443779fcf3ce78e59304af7d6d3 Mon Sep 17 00:00:00 2001 From: c74d <8573dd@gmail.com> Date: Sun, 4 Dec 2016 05:48:54 +0000 Subject: [PATCH] perlPackages.Swim: init at 0.1.44 Add the Perl module `Swim`, version 0.1.44, generated by `nix-generate-from-cpan`. This Perl module is the reference implementation for the lightweight markup language [Swim]. I have tested this change per nixpkgs manual section 11.1 ("Making patches"). [Swim]: --- pkgs/top-level/perl-packages.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index a906bcce7cb..03c166b65fd 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -11854,6 +11854,21 @@ let self = _self // overrides; _self = with self; { propagatedBuildInputs = [ pkgs.subversionClient ]; }; + Swim = buildPerlPackage rec { + name = "Swim-0.1.44"; + src = fetchurl { + url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz"; + sha256 = "06aac148d7b1778028ffae657fdf79b1093b52035661fd8b9bdad729dc8741aa"; + }; + buildInputs = [ FileShareDirInstall ]; + propagatedBuildInputs = [ HTMLEscape HashMerge IPCRun Pegex TextAutoformat YAMLLibYAML ]; + meta = { + homepage = https://github.com/ingydotnet/swim-pm; + description = "See What I Mean?!"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + Switch = buildPerlPackage rec { name = "Switch-2.17"; src = fetchurl {