mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
perlPackages.FindLib: init at 1.04
This commit is contained in:
parent
1a2415e9a9
commit
c432914491
@ -7326,6 +7326,19 @@ let
|
|||||||
buildInputs = [ TestPod ];
|
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 {
|
FontAFM = buildPerlPackage {
|
||||||
pname = "Font-AFM";
|
pname = "Font-AFM";
|
||||||
version = "1.20";
|
version = "1.20";
|
||||||
|
Loading…
Reference in New Issue
Block a user