mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
perl-GD: update to version 2.49 in a blind attempt to fix test suite failures on x86-linux
This commit is contained in:
parent
f658d72377
commit
f2726c5c57
1 changed files with 2 additions and 2 deletions
|
@ -2057,10 +2057,10 @@ rec {
|
|||
};
|
||||
|
||||
GD = buildPerlPackage rec {
|
||||
name = "GD-2.45";
|
||||
name = "GD-2.49";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/L/LD/LDS/${name}.tar.gz";
|
||||
sha256 = "1p84585b4iyqa21hbqni0blj8fzd917ynd3y1hwh3mrmyfqj178x";
|
||||
sha256 = "03wwvhvni22cs7arai7d3wkb2qfa9p20grrb32hdxv41nqxqpihh";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.gd pkgs.libjpeg pkgs.zlib pkgs.freetype
|
||||
|
|
Loading…
Reference in a new issue