[cpan2nix] perlPackages.GooCanvas: cleanup

This commit is contained in:
volth 2018-04-07 07:55:50 +00:00
parent 224c9be71b
commit 87b6896e0c

View File

@ -6292,7 +6292,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/Y/YE/YEWENBIN/${name}.tar.gz";
sha256 = "0c588c507eed5e62d12ed1cc1e491c6ff3a1f59c4fb3d435e14214b37ab39251";
};
propagatedBuildInputs = [ Cairo ExtUtilsDepends ExtUtilsPkgConfig Glib Gtk2 Pango pkgs.goocanvas pkgs.gtk2 ];
propagatedBuildInputs = [ pkgs.goocanvas pkgs.gtk2 Gtk2 Pango ];
meta = {
description = "Perl interface to the GooCanvas";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];