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.
|
# Patch has been sent upstream.
|
||||||
patches = [ ../development/perl-modules/gd-options-passthrough-and-fontconfig.patch ];
|
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
|
# tests fail
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user