[cpan2nix] perlPackages.Gtk2: 1.2498 -> 1.24992
This commit is contained in:
parent
6688a14108
commit
a2b9af413a
1 changed files with 3 additions and 3 deletions
|
@ -6381,12 +6381,12 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
Gtk2 = buildPerlPackage rec {
|
||||
name = "Gtk2-1.2498";
|
||||
name = "Gtk2-1.24992";
|
||||
src = fetchurl {
|
||||
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 = {
|
||||
homepage = http://gtk2-perl.sourceforge.net/;
|
||||
description = "Perl interface to the 2.x series of the Gimp Toolkit library";
|
||||
|
|
Loading…
Reference in a new issue