perl-Gtk2-GladeXML: add homepage and license fields
This commit is contained in:
parent
b0ba666a5f
commit
873863d6e5
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user