[cpan2nix] perlPackages.Pango: cleanup

This commit is contained in:
volth 2018-04-07 07:55:31 +00:00
parent 693325ab7c
commit 1f39b67c13

View File

@ -10949,7 +10949,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
sha256 = "0wdcidnfnb6nm79fzfs39ivawj3x8m98a147fmcxgv1zvwia9c1l";
};
buildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig pkgs.pango ];
buildInputs = [ pkgs.pango ];
propagatedBuildInputs = [ Cairo Glib ];
meta = {
homepage = http://gtk2-perl.sourceforge.net/;