[cpan2nix] perlPackages.Cairo: cleanup
This commit is contained in:
parent
e81867b2a2
commit
702b21812a
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue