mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
parent
1c40ee6fc4
commit
0df1d437d8
1 changed files with 3 additions and 1 deletions
|
@ -7443,7 +7443,9 @@ let
|
||||||
sha256 = "1044rj3wbfmgaif2jb0k28m2aczli6ai2n5yvn6pr7zjyw16kvd2";
|
sha256 = "1044rj3wbfmgaif2jb0k28m2aczli6ai2n5yvn6pr7zjyw16kvd2";
|
||||||
};
|
};
|
||||||
buildInputs = [ pkgs.gtk2 Cairo ExtUtilsDepends ExtUtilsPkgConfig Glib Pango ];
|
buildInputs = [ pkgs.gtk2 Cairo ExtUtilsDepends ExtUtilsPkgConfig Glib Pango ];
|
||||||
doCheck = !stdenv.isDarwin;
|
# https://rt.cpan.org/Public/Bug/Display.html?id=130742
|
||||||
|
# doCheck = !stdenv.isDarwin;
|
||||||
|
doCheck = false;
|
||||||
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…
Reference in a new issue