[cpan2nix] perlPackages.GooCanvas: cleanup

This commit is contained in:
volth 2019-10-22 07:09:51 +00:00
parent 4e212c69c7
commit 688500c1fb

View File

@ -7670,7 +7670,7 @@ let
url = mirror://cpan/authors/id/Y/YE/YEWENBIN/Goo-Canvas-0.06.tar.gz;
sha256 = "0c588c507eed5e62d12ed1cc1e491c6ff3a1f59c4fb3d435e14214b37ab39251";
};
propagatedBuildInputs = [ pkgs.goocanvas pkgs.gtk2 Gtk2 Pango ];
propagatedBuildInputs = [ pkgs.goocanvas pkgs.gtk2 Gtk2 ];
meta = {
description = "Perl interface to the GooCanvas";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];