http-parser: *Flags are lists
This commit is contained in:
parent
fb129117d2
commit
feacf867fb
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user