Added perl Font/TTF module.
svn path=/nixpkgs/trunk/; revision=10903
This commit is contained in:
parent
c263a71810
commit
d1742e6ca9
10
pkgs/development/perl-modules/Font-TTF/default.nix
Normal file
10
pkgs/development/perl-modules/Font-TTF/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{fetchurl, perl}:
|
||||
|
||||
import ../generic perl {
|
||||
name = "perl-Font-TTF-0.43";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/MH/MHOSKEN/Font-TTF-0.43.tar.gz;
|
||||
sha256 = "0782mj5n5a2qbghvvr20x51llizly6q5smak98kzhgq9a7q3fg89";
|
||||
};
|
||||
perlPreHook = "makeMakerFlags=\"EXPATLIBPATH=$expat/lib EXPATINCPATH=$expat/include\"";
|
||||
}
|
Loading…
Reference in New Issue
Block a user