perlPackages.GDGraph: init at 1.54
This commit is contained in:
parent
2d65b7f251
commit
38574a5878
@ -5719,6 +5719,20 @@ let self = _self // overrides; _self = with self; {
|
||||
makeMakerFlags = "--lib_png_path=${pkgs.libpng.out} --lib_jpeg_path=${pkgs.libjpeg.out} --lib_zlib_path=${pkgs.zlib.out} --lib_ft_path=${pkgs.freetype.out} --lib_fontconfig_path=${pkgs.fontconfig.lib} --lib_xpm_path=${pkgs.xorg.libXpm.out}";
|
||||
};
|
||||
|
||||
GDGraph = buildPerlPackage rec {
|
||||
name = "GDGraph-1.54";
|
||||
src = fetchurl {
|
||||
url = "https://cpan.metacpan.org/authors/id/R/RU/RUZ/GDGraph-1.54.tar.gz";
|
||||
sha256 = "0kzsdc07ycxjainmz0dnsclb15w2j1y7g8b5mcb7vhannq85qvxr";
|
||||
};
|
||||
propagatedBuildInputs = [ GD GDText ];
|
||||
buildInputs = [ TestException CaptureTiny ];
|
||||
meta = {
|
||||
description = "Graph Plotting Module for Perl 5";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
GDSecurityImage = buildPerlPackage {
|
||||
name = "GD-SecurityImage-1.72";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user