Skip to content

Commit d3c0ade

Browse files
committedJul 30, 2017
node-packages: wrong version number in packaging guideline
1 parent e95352c commit d3c0ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/node-packages/README.md

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

0 commit comments

Comments
 (0)
Please sign in to comment.