http-parser: fix i686 build

main
Konrad Borowski 2 years ago
parent bcb22e9a7b
commit 6eb4f210a5
  1. 1
      pkgs/development/libraries/http-parser/default.nix

@ -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…
Cancel
Save