perl-Gtk2-GladeXML: add homepage and license fields

This commit is contained in:
Robert Helgesson 2018-02-21 22:34:24 +01:00
parent b0ba666a5f
commit 873863d6e5
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -6331,10 +6331,12 @@ let self = _self // overrides; _self = with self; {
}; };
propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig Glib Gtk2 Pango pkgs.gnome2.libglade pkgs.gtk2 ]; propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig Glib Gtk2 Pango pkgs.gnome2.libglade pkgs.gtk2 ];
meta = { meta = {
homepage = https://metacpan.org/pod/Gtk2::GladeXML;
description = "Create user interfaces directly from Glade XML files"; description = "Create user interfaces directly from Glade XML files";
license = stdenv.lib.licenses.lgpl2Plus;
}; };
}; };
Gtk2TrayIcon = buildPerlPackage rec { Gtk2TrayIcon = buildPerlPackage rec {
name = "Gtk2-TrayIcon-0.06"; name = "Gtk2-TrayIcon-0.06";
src = fetchurl { src = fetchurl {