My nixpkgs mirror for patching things.
Go to file
Valérian Galliat 25ce27b45e Patch npm packages to ignore npm requirements
Some npm packages strictly require a specific npm version because npm
don't handle some version requirements the same way in 1.0 and 2.0.

However, Nix don't use npm for dependency resolution (this is always
achieved with npm 1.0 criteria by npm2nix), so these requirements turns
out to be pointless and just crashes some package installations.

This patch removes npm requirements so the packages can still be built.

This solves #5787.
2015-02-07 15:17:15 +01:00
doc garden 2015-01-26 12:12:14 +01:00
lib Add a kafka package 2015-02-03 08:46:25 +00:00
maintainers Merge branch 'master' into staging. 2015-01-19 18:41:17 +01:00
nixos nixos/openntpd: Don't start until we have networking 2015-02-06 14:45:47 -08:00
pkgs Patch npm packages to ignore npm requirements 2015-02-07 15:17:15 +01:00
.gitignore gitignore: ignore autonix tmp files 2015-01-26 20:59:52 -06:00
.travis.yml Travis: chop build in install and build phases 2014-10-15 11:05:12 +02:00
.version release: 15.04 -> 15.05 2014-12-09 15:09:06 +01:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix if we abort with too old Nix, hint docs 2015-01-21 21:41:40 +01:00
README.md fix mailinglist link 2015-01-21 11:21:45 +01:00