Skip to content

Commit

Permalink
perl-Gtk2-GladeXML: add homepage and license fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Feb 21, 2018
1 parent b0ba666 commit 873863d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/perl-packages.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 873863d

Please sign in to comment.