http-parser: Fix filename

This commit is contained in:
Eelco Dolstra 2014-01-15 13:39:25 +01:00
parent 8622548160
commit 597a948885
3 changed files with 1 additions and 1 deletions

View File

@ -4568,7 +4568,7 @@ let
hsqldb = callPackage ../development/libraries/java/hsqldb { };
http_parser = callPackage ../development/libraries/http_parser { inherit (pythonPackages) gyp; };
http_parser = callPackage ../development/libraries/http-parser { inherit (pythonPackages) gyp; };
hunspell = callPackage ../development/libraries/hunspell { };