[cpan2nix] perlPackages.CairoGObject: cleanup

This commit is contained in:
volth 2019-03-05 03:56:52 +00:00
parent ba9776f5cb
commit 964c3ef998

View File

@ -1029,11 +1029,12 @@ let
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
sha256 = "1m896j0xdfhldsx8abf10cc16ll1fm9wbav42dpzal9fh07d9f9v";
};
buildInputs = [ pkgs.cairo Cairo Glib ExtUtilsDepends ExtUtilsPkgConfig ];
buildInputs = [ pkgs.cairo ];
meta = {
description = "Integrate Cairo into the Glib type system";
license = stdenv.lib.licenses.lgpl21Plus;
};
propagatedBuildInputs = [ Cairo Glib ];
};
cam_pdf = buildPerlModule rec {