http-parser: fix i686 build
This commit is contained in:
parent
bcb22e9a7b
commit
6eb4f210a5
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
patches = [
|
||||
./build-shared.patch
|
||||
] ++ lib.optionals stdenv.isAarch32 [
|
||||
# https://github.com/nodejs/http-parser/pull/510
|
||||
(fetchpatch {
|
||||
url = "https://github.com/nodejs/http-parser/commit/4f15b7d510dc7c6361a26a7c6d2f7c3a17f8d878.patch";
|
||||
|
Loading…
Reference in New Issue
Block a user