[cpan2nix] perlPackages.Gtk2TrayIcon: cleanup

This commit is contained in:
volth 2018-04-07 07:55:51 +00:00
parent 4dc5db64b9
commit 83898571d5

View File

@ -6417,7 +6417,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/B/BO/BORUP/${name}.tar.gz";
sha256 = "cbb7632b75d7f41554dfe8ee9063dbfd1d8522291077c65d0d82e9ceb5e94ae2";
};
propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig Glib Gtk2 Pango pkgs.gtk2 ];
propagatedBuildInputs = [ pkgs.gtk2 Gtk2 Pango ];
meta = {
license = stdenv.lib.licenses.gpl2;
};