Merge pull request #35182 from xurei/perl/Gtk2GladeXML
perl-Gtk2GladeXML: init at 1.007
This commit is contained in:
commit
a0b49d75c4
|
@ -6289,6 +6289,19 @@ let self = _self // overrides; _self = with self; {
|
||||||
homepage = http://gtk2-perl.sourceforge.net/;
|
homepage = http://gtk2-perl.sourceforge.net/;
|
||||||
description = "Perl interface to the 2.x series of the Gimp Toolkit library";
|
description = "Perl interface to the 2.x series of the Gimp Toolkit library";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
Gtk2GladeXML = buildPerlPackage rec {
|
||||||
|
name = "Gtk2-GladeXML-1.007";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/T/TS/TSCH/${name}.tar.gz";
|
||||||
|
sha256 = "50240a2bddbda807c8f8070de941823b7bf3d288a13be6d0d6563320b42c445a";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig Glib Gtk2 Pango pkgs.gnome2.libglade pkgs.gtk2 ];
|
||||||
|
meta = {
|
||||||
|
description = "Create user interfaces directly from Glade XML files";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue