http-parser: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-26 17:39:27 +02:00 committed by Jan Tojnar
parent fb129117d2
commit feacf867fb
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -16,7 +16,7 @@ in stdenv.mkDerivation {
NIX_CFLAGS_COMPILE = "-Wno-error";
patches = [ ./build-shared.patch ];
makeFlags = [ "DESTDIR=" "PREFIX=$(out)" ];
buildFlags = "library";
buildFlags = [ "library" ];
doCheck = true;
checkTarget = "test";