[cpan2nix] perlPackages.Cairo: cleanup

This commit is contained in:
volth 2018-04-07 07:54:45 +00:00
parent e81867b2a2
commit 702b21812a
1 changed files with 2 additions and 1 deletions

View File

@ -944,12 +944,13 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz"; url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
sha256 = "1i25kks408c54k2zxskvg54l5k3qadzm8n72ffga9jy7ic0h6j76"; sha256 = "1i25kks408c54k2zxskvg54l5k3qadzm8n72ffga9jy7ic0h6j76";
}; };
buildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig pkgs.cairo ]; buildInputs = [ pkgs.cairo ];
meta = { meta = {
homepage = http://gtk2-perl.sourceforge.net/; homepage = http://gtk2-perl.sourceforge.net/;
description = "Perl interface to the cairo 2D vector graphics library"; description = "Perl interface to the cairo 2D vector graphics library";
license = stdenv.lib.licenses.lgpl21Plus; license = stdenv.lib.licenses.lgpl21Plus;
}; };
propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig ];
}; };
cam_pdf = buildPerlPackage rec { cam_pdf = buildPerlPackage rec {