Skip to content

Commit

Permalink
http-parser: fix i686 build
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilaBorowska committed May 13, 2022
1 parent bcb22e9 commit 6eb4f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/http-parser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 6eb4f21

Please sign in to comment.