trustedGroup: fix build
This commit is contained in:
parent
142696de88
commit
86d9de3884
@ -49,6 +49,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
hardeningDisable = [ "stackprotector" "pic" ];
|
hardeningDisable = [ "stackprotector" "pic" ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error"; # generated code redefines yyfree
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
'' for i in "tests/util/"*.in
|
'' for i in "tests/util/"*.in
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user