http-parser: Bump

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2014-02-03 18:37:20 -05:00
parent 72b5403ee8
commit 3c9ed5b51a
3 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, openssl, python, zlib, v8, utillinux, http_parser, c-ares, pkgconfig, runCommand }:
{ stdenv, fetchurl, openssl, python, zlib, v8, utillinux, http-parser, c-ares, pkgconfig, runCommand }:
let
dtrace = runCommand "dtrace-native" {} ''
@@ -10,9 +10,8 @@ let
# !!! Should we also do shared libuv?
deps = {
inherit v8 openssl zlib;
inherit v8 openssl zlib http-parser;
cares = c-ares;
http-parser = http_parser;
};
sharedConfigureFlags = name: [