nghttp2: grab upstream patch to hopefully fix darwin build error

This commit is contained in:
Will Dietz
2018-10-30 18:44:53 -05:00
parent 1b04d28df2
commit 950ff37115
2 changed files with 65 additions and 0 deletions
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
sha256 = "1l5rir8d73x97p3p1x4l8cawjc9m2adnippnb27fmrbcd3rfaxbl";
};
patches = [ ./fix-stream-operator.patch /* can't fetchpatch during bootstrap */ ];
outputs = [ "bin" "out" "dev" "lib" ];
nativeBuildInputs = [ pkgconfig ];