Merge pull request #172866 from xfix/i686-http-parser

http-parser: fix i686 build

authored by Jörg Thalheim and committed by GitHub 8625c427 b0b48819

+1
+1
pkgs/development/libraries/http-parser/default.nix
··· 14 NIX_CFLAGS_COMPILE = "-Wno-error"; 15 patches = [ 16 ./build-shared.patch 17 # https://github.com/nodejs/http-parser/pull/510 18 (fetchpatch { 19 url = "https://github.com/nodejs/http-parser/commit/4f15b7d510dc7c6361a26a7c6d2f7c3a17f8d878.patch";
··· 14 NIX_CFLAGS_COMPILE = "-Wno-error"; 15 patches = [ 16 ./build-shared.patch 17 + ] ++ lib.optionals stdenv.isAarch32 [ 18 # https://github.com/nodejs/http-parser/pull/510 19 (fetchpatch { 20 url = "https://github.com/nodejs/http-parser/commit/4f15b7d510dc7c6361a26a7c6d2f7c3a17f8d878.patch";