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";
|
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||||
patches = [ ./build-shared.patch ];
|
patches = [ ./build-shared.patch ];
|
||||||
makeFlags = [ "DESTDIR=" "PREFIX=$(out)" ];
|
makeFlags = [ "DESTDIR=" "PREFIX=$(out)" ];
|
||||||
buildFlags = "library";
|
buildFlags = [ "library" ];
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user