mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
perlPackages.Imager: 1.019 -> 1.025
This commit is contained in:
parent
7eb54aaff2
commit
e3b55d3c6a
@ -12528,10 +12528,10 @@ with self; {
|
||||
|
||||
Imager = buildPerlPackage {
|
||||
pname = "Imager";
|
||||
version = "1.019";
|
||||
version = "1.025";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TO/TONYC/Imager-1.019.tar.gz";
|
||||
hash = "sha256-dNRNcBwfFPxLmE+toelVcmtQTC2LBtJl56hh+llDy0g=";
|
||||
url = "mirror://cpan/authors/id/T/TO/TONYC/Imager-1.025.tar.gz";
|
||||
hash = "sha256-TwJ1y7HgEdfz/sYE3GtgwaxvAt78KYs9A31ur3vqcFg=";
|
||||
};
|
||||
buildInputs = [ pkgs.freetype pkgs.fontconfig pkgs.libjpeg pkgs.libpng ];
|
||||
makeMakerFlags = [ "--incpath ${pkgs.libjpeg.dev}/include" "--libpath ${pkgs.libjpeg.out}/lib" "--incpath" "${pkgs.libpng.dev}/include" "--libpath" "${pkgs.libpng.out}/lib" ];
|
||||
|
Loading…
Reference in New Issue
Block a user