From 89d04bfff0b5d2b59e1def96620c36567d9ee919 Mon Sep 17 00:00:00 2001 From: Stig Palmquist Date: Wed, 16 Sep 2020 14:04:59 +0200 Subject: [PATCH] perlPackages.FileCountLines: init at 0.0.3 --- pkgs/top-level/perl-packages.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index fc404da9e87..c9588b8b480 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -7508,6 +7508,19 @@ let }; }; + FileCountLines = buildPerlPackage { + pname = "File-CountLines"; + version = "0.0.3"; + src = fetchurl { + url = "mirror://cpan/authors/id/M/MO/MORITZ/File-CountLines-v0.0.3.tar.gz"; + sha256 = "cfd97cce7c9613e4e569d47874a2b5704f1be9eced2f0739c870725694382a62"; + }; + meta = { + description = "Efficiently count the number of line breaks in a file"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + FileDesktopEntry = buildPerlPackage { version = "0.22"; pname = "File-DesktopEntry";