summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorc74d <8573dd@gmail.com>2016-12-04 05:48:54 +0000
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2016-12-04 12:50:47 +0200
commit7f5af41140ff9443779fcf3ce78e59304af7d6d3 (patch)
treef6e384c54af8bfe448c060b016caafcfbc27180b /pkgs
parent524f7c02dcd43a8807426874db0560d8e4ceb900 (diff)
downloadnixlib-7f5af41140ff9443779fcf3ce78e59304af7d6d3.tar
nixlib-7f5af41140ff9443779fcf3ce78e59304af7d6d3.tar.gz
nixlib-7f5af41140ff9443779fcf3ce78e59304af7d6d3.tar.bz2
nixlib-7f5af41140ff9443779fcf3ce78e59304af7d6d3.tar.lz
nixlib-7f5af41140ff9443779fcf3ce78e59304af7d6d3.tar.xz
nixlib-7f5af41140ff9443779fcf3ce78e59304af7d6d3.tar.zst
nixlib-7f5af41140ff9443779fcf3ce78e59304af7d6d3.zip
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]: <https://github.com/ingydotnet/swim-info>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index a906bcce7cbf..03c166b65fd4 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 {