node-packages: wrong version number in packaging guideline

This commit is contained in:
Jörg Thalheim 2017-07-30 14:34:07 +01:00
parent e95352cfdd
commit d3c0ade39a
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ To add a package from [NPM](https://www.npmjs.com/) to nixpkgs:
2. Run the script: `cd pkgs/development/node-packages && sh generate.sh`.
3. Build your new package to test your changes:
`cd /path/to/nixpkgs && nix-build -A nodePackages.<new-or-updated-package>`.
To build against a specific node.js version (e.g. 5.x):
To build against a specific node.js version (e.g. 4.x):
`nix-build -A nodePackages_4_x.<new-or-updated-package>`
4. Add and commit all modified and generated files.