Merge pull request #73202 from tekeri/add-perl-findlib

perlPackages.FindLib: init at 1.04
This commit is contained in:
Renaud 2019-11-12 11:06:16 +01:00 committed by GitHub
commit 6b0843d7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7355,6 +7355,19 @@ let
buildInputs = [ TestPod ];
};
FindLib = buildPerlPackage {
pname = "Find-Lib";
version = "1.04";
src = fetchurl {
url = "mirror://cpan/authors/id/Y/YA/YANNK/Find-Lib-1.04.tar.gz";
sha256 = "0lg88v0sqfpq4d3jwvk6c9blqnpxbz8f4s22zr3b1qb160g94wqx";
};
meta = with stdenv.lib; {
description = "Helper to smartly find libs to use in the filesystem tree";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
FontAFM = buildPerlPackage {
pname = "Font-AFM";
version = "1.20";