summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-12-25 02:08:50 +0200
committerArtturin <Artturin@artturin.com>2021-12-25 02:08:50 +0200
commit1e5d724d5eb73dec29cadc6b5a41e952ccd7aba9 (patch)
tree2cd3443eff5c6461562144b1b81a233b86a3291b /pkgs/top-level/perl-packages.nix
parentbf6c88eba29055e384859ae551f88cedf5d26033 (diff)
downloadnixpkgs-1e5d724d5eb73dec29cadc6b5a41e952ccd7aba9.tar
nixpkgs-1e5d724d5eb73dec29cadc6b5a41e952ccd7aba9.tar.gz
nixpkgs-1e5d724d5eb73dec29cadc6b5a41e952ccd7aba9.tar.bz2
nixpkgs-1e5d724d5eb73dec29cadc6b5a41e952ccd7aba9.tar.lz
nixpkgs-1e5d724d5eb73dec29cadc6b5a41e952ccd7aba9.tar.xz
nixpkgs-1e5d724d5eb73dec29cadc6b5a41e952ccd7aba9.tar.zst
nixpkgs-1e5d724d5eb73dec29cadc6b5a41e952ccd7aba9.zip
perlPackages.RegexpCommontime: init at 0.16
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 339b237493c..404b0d40740 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -18997,6 +18997,29 @@ let
     };
   };
 
+  RegexpCommontime = buildPerlPackage {
+    pname = "Regexp-Common-time";
+    version = "0.16";
+    src = fetchurl {
+      url = "mirror://cpan/authors/id/M/MA/MANWAR/Regexp-Common-time-0.16.tar.gz";
+      sha256 = "1jjay5gybbls3xn5ihc6q5ig3kf4i28nq4gvg2zp4p5m1ajhg08w";
+    };
+    propagatedBuildInputs = [ RegexpCommon ];
+    meta = {
+      homepage = "https://github.com/manwar/Regexp-Common-time";
+      description = "Date and time regexps.";
+      maintainers = [ maintainers.artturin ];
+      # This module is copyrighted only to ensure proper attribution of
+      # authorship and to ensure that it remains available to all.  This
+      # module is free, open-source software.  This module may be freely used
+      # for any purpose, commercial, public, or private, provided that proper
+      # credit is given, and that no more-restrictive license is applied to
+      # derivative (not dependent) works.
+      # https://metacpan.org/release/MANWAR/Regexp-Common-time-0.13/view/lib/Regexp/Common/time.pm#LICENSE-AND-COPYRIGHT
+      license = lib.licenses.free;
+    };
+  };
+
   RegexpGrammars = buildPerlModule {
     pname = "Regexp-Grammars";
     version = "1.057";