trustedGroup: fix build

This commit is contained in:
Robin Gloster 2017-01-26 02:55:20 +01:00
parent 142696de88
commit 86d9de3884
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -49,6 +49,8 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "stackprotector" "pic" ];
NIX_CFLAGS_COMPILE = "-Wno-error"; # generated code redefines yyfree
preConfigure =
'' for i in "tests/util/"*.in
do