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:
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 ];
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue