-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gsoc Contributions NPM (VS master at moment of deadline) #1
base: base-gsoc
Are you sure you want to change the base?
Commits on Aug 23, 2016
-
Remove <https://debbugs.gnu.org/23744> and <https://debbugs.gnu.org/23723> workaround. * gnu/packages/node.scm (node): Update to 6.4.0. (node)[arguments]: Disabled more tests. Remove custom 'patch-shebangs' phase. Manually patch npm script shebang in new 'patch-npm-shebang' phase.
Configuration menu - View commit details
-
Copy full SHA for 9765c88 - Browse repository at this point
Copy the full SHA 9765c88View commit details -
* gnu/packages/node.scm (http-parser): New variable. * gnu/packages/node.scm (define-module): Import gnu packages tls with tls: prefix
Configuration menu - View commit details
-
Copy full SHA for d2bb9b1 - Browse repository at this point
Copy the full SHA d2bb9b1View commit details -
gnu: node: Add search path specification for 'NODE_PATH'.
* gnu/packages/node.scm (node)[native-search-paths]: New field.
Configuration menu - View commit details
-
Copy full SHA for d640258 - Browse repository at this point
Copy the full SHA d640258View commit details -
gnu: node: Do not use bundled dependencies.
The Node build system was previously building its own copies of C-ares and http-parser. * gnu/packages/node.scm (node)[inputs]: Add c-ares and http-parser. [arguments]: Add configure flags for using system libraries.
Configuration menu - View commit details
-
Copy full SHA for eb4e9b9 - Browse repository at this point
Copy the full SHA eb4e9b9View commit details -
gnu: node: Use compression: prefix.
* gnu/packages/node.scm (define-module): Import gnu packages compression with a prefix (node): Likewise.
Configuration menu - View commit details
-
Copy full SHA for bab0768 - Browse repository at this point
Copy the full SHA bab0768View commit details -
gnu: node: Add ancient versions of node.
Older versions of Node.js are required to bootstrap coffee-script, and possibly other packages. Be warned that these old versions have several unpatched security problems. * gnu/packages/node.scm (define-module): Import gnu packages curl (define-module): Import gnu packages pkg-config (node-0.5): New variable. (node-0.3.1): New variable. (node-0.3.0): New variable. (node-0.1.101): New variable. (node-0.1.98): New variable. (node-0.1.95): New variable. (node-0.1.90): New variable. (node-0.1): New variable. (node-0.1.32): New variable. (node-0.1.31): New variable. (node-0.1.30): New variable. (node-0.1.29): New variable. (node-0.1.28): New variable.
Configuration menu - View commit details
-
Copy full SHA for 7dca1a6 - Browse repository at this point
Copy the full SHA 7dca1a6View commit details -
* guix/build/node-build-system: New file. * guix/build-system/node.scm: New file. * doc/guix.texi: Document it. * Makefile.am: Added new files.
Configuration menu - View commit details
-
Copy full SHA for aab44d2 - Browse repository at this point
Copy the full SHA aab44d2View commit details -
scripts: import: Add npm importer.
* doc/guix.texi: ("invoking guix import"): Document it. * guix/build/git.scm (git-fetch-tags): New function. * guix/build/json.scm: New file. * guix/import/npm.scm: New file. * guix/scripts/import/npm.scm: New file. * guix/scripts/import.scm (importers): Add "npm". * tests/npm.scm: New file. * Makefile.am (MODULES): Add new files when guile-json is present. (SCM_TESTS): Add new test file.
Configuration menu - View commit details
-
Copy full SHA for e782f05 - Browse repository at this point
Copy the full SHA e782f05View commit details -
* gnu/packages/coffee-script.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Configuration menu - View commit details
-
Copy full SHA for 74b6565 - Browse repository at this point
Copy the full SHA 74b6565View commit details