ntrack: try to fix build

This commit is contained in:
Jan Tojnar 2019-03-26 00:50:07 +01:00
parent aa1ecb352b
commit 59739bd928
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -16,6 +16,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig python ];
# error: ISO C does not support '__FUNCTION__' predefined identifier [-Werror=pedantic]
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
configureFlags = [ "--without-gobject" "CFLAGS=--std=gnu99" ];
# Remove this patch after version 016