mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
perlPackages.GD: fix build on staging (#40449)
This commit is contained in:
parent
a96f176f7b
commit
3a4eda2e38
@ -6461,6 +6461,9 @@ let self = _self // overrides; _self = with self; {
|
||||
# Patch has been sent upstream.
|
||||
patches = [ ../development/perl-modules/gd-options-passthrough-and-fontconfig.patch ];
|
||||
|
||||
# otherwise "cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]"
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-security" ];
|
||||
|
||||
# tests fail
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user