mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
[cpan2nix] perlPackages.GD: cleanup
This commit is contained in:
parent
7d215de489
commit
18515f2017
@ -6029,8 +6029,7 @@ let self = _self // overrides; _self = with self; {
|
||||
sha256 = "1ampz82kf0ixybncfgpvq2bp9nq5sjsmmw4c8srsv0g5jpz02pfh";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.gd pkgs.libjpeg pkgs.zlib pkgs.freetype
|
||||
pkgs.libpng pkgs.fontconfig pkgs.xorg.libXpm GetoptLong ];
|
||||
buildInputs = [ pkgs.gd pkgs.libjpeg pkgs.zlib pkgs.freetype pkgs.libpng pkgs.fontconfig pkgs.xorg.libXpm ];
|
||||
|
||||
# Patch needed to get arguments past the first GetOptions call
|
||||
# and to specify libfontconfig search path.
|
||||
|
Loading…
Reference in New Issue
Block a user