Skip to content

Commit

Permalink
Merge pull request #172866 from xfix/i686-http-parser
Browse files Browse the repository at this point in the history
http-parser: fix i686 build
  • Loading branch information
Mic92 authored May 14, 2022
2 parents b0b4881 + 6eb4f21 commit 8625c42
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 8625c42

Please sign in to comment.