1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

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 ];
meta = {
homepage = https://metacpan.org/pod/Gtk2::GladeXML;
description = "Create user interfaces directly from Glade XML files";
license = stdenv.lib.licenses.lgpl2Plus;
};
};
Gtk2TrayIcon = buildPerlPackage rec {
name = "Gtk2-TrayIcon-0.06";
src = fetchurl {