[cpan2nix] perlPackages.Gtk2: 1.2498 -> 1.24992
This commit is contained in:
parent
6688a14108
commit
a2b9af413a
@ -6381,12 +6381,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Gtk2 = buildPerlPackage rec {
|
Gtk2 = buildPerlPackage rec {
|
||||||
name = "Gtk2-1.2498";
|
name = "Gtk2-1.24992";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
|
||||||
sha256 = "0gs6lr4clz86838s3klrl37lf48j24zv0p37jlsvsnr927whpq3j";
|
sha256 = "1044rj3wbfmgaif2jb0k28m2aczli6ai2n5yvn6pr7zjyw16kvd2";
|
||||||
};
|
};
|
||||||
buildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig Pango pkgs.gtk2 ];
|
buildInputs = [ pkgs.gtk2 Cairo ExtUtilsDepends ExtUtilsPkgConfig Glib Pango ];
|
||||||
meta = {
|
meta = {
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user