[cpan2nix] perlPackages.GDGraph: cleanup
This commit is contained in:
parent
8ab575e2d7
commit
6688a14108
@ -6082,11 +6082,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
GDGraph = buildPerlPackage rec {
|
GDGraph = buildPerlPackage rec {
|
||||||
name = "GDGraph-1.54";
|
name = "GDGraph-1.54";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://cpan.metacpan.org/authors/id/R/RU/RUZ/GDGraph-1.54.tar.gz";
|
url = mirror://cpan/authors/id/R/RU/RUZ/GDGraph-1.54.tar.gz;
|
||||||
sha256 = "0kzsdc07ycxjainmz0dnsclb15w2j1y7g8b5mcb7vhannq85qvxr";
|
sha256 = "0kzsdc07ycxjainmz0dnsclb15w2j1y7g8b5mcb7vhannq85qvxr";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ GD GDText ];
|
propagatedBuildInputs = [ GDText ];
|
||||||
buildInputs = [ TestException CaptureTiny ];
|
buildInputs = [ CaptureTiny TestException ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Graph Plotting Module for Perl 5";
|
description = "Graph Plotting Module for Perl 5";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user