summary refs log tree commit diff
path: root/pkgs/top-level/node-packages.nix
Commit message (Collapse)AuthorAge
* node-packages: add a few packages, fix, regenerateJaka Hudoklin2015-04-25
|
* nodePackages: add a few packages, remove deprecated, regenerate, fix themJaka Hudoklin2015-02-23
|
* nodePackages.bip-pod: fix packageJaka Hudoklin2015-01-26
|
* nodePackages: fix back compatibilityJaka Hudoklin2015-01-25
|
* nodePackages: add a few packages, npm2nix regenerateJaka Hudoklin2015-01-25
|
* nodePackages: refactor, add support for overridesJaka Hudoklin2015-01-24
|
* nodePackages: fix builderJaka Hudoklin2014-12-26
| | | | | | | | | | - reuse unpack and patch phase - patch shebangs of source code - properly patch depdency versions (thanks @svanderburg) - add patching for github version names - add some inline docs - fix recursive depdencies runtime handling by copying files instead of symlinking if package has recursive dependencies
* nodePackages: hack version override sed some more to support github ↵Jaka Hudoklin2014-12-01
| | | | packages, until better solution is found
* nodejs: added some packagesMarkus Kohlhase2014-11-02
|
* add node-protobuf + binary depMathijs Kwik2013-12-23
|
* npm2nix/patchSrc minor fixShea Levy2013-11-19
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* D'ohShea Levy2013-11-14
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* In nodePackages.patchSource, make the source tree writableShea Levy2013-11-14
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Better json parsingShea Levy2013-11-14
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Update npm packages to latest npm2nixShea Levy2013-11-14
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Update nodePackages to npm2nix-5.2.0Shea Levy2013-11-05
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* updating node packages and adding few to the json listRok Garbas2013-09-04
| | | | | | | | | | | | | | | | | | | | - bower - grunt-cli - grunt-contrib-jshint - grunt-contrib-requirejs - grunt-contrib-less - grunt-contrib-cssmin - grunt-contrib-uglify - grunt-karma - karma-mocha - karma-coverage - karma-requirejs - karma-sauce-launcher - karma-chrome-launcher - karma-junit-reporter - almond - lcov-result-merger - coveralls
* Make generated node expression overridable in nodePackages.Rob Vermaas2013-08-26
|
* Add karma nodePackageShea Levy2013-08-20
| | | | | | Required updating to npm2nix 5.1.0 for peerDependency cycle management Signed-off-by: Shea Levy <shea@shealevy.com>
* Update nodePackages to latest npm2nixShea Levy2013-08-20
| | | | | | This version has a much cleaner interface, should require fewer major version bumps Signed-off-by: Shea Levy <shea@shealevy.com>
* Update nodePackages to npm2nix 4.0.0Shea Levy2013-08-20
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Handle peerDependencies in nodePackagesShea Levy2013-08-18
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Revert "Make all node packages available at the top level via their real ↵Shea Levy2013-08-16
| | | | | | | | | | | | name/version" This makes attributes visible to nix-env that can't actually be specified with -A, which is why there is a separate top-level in the first place, duh. This reverts commit ddb8b7f83136f64cff21adb3dcd300b742f4443f. Signed-off-by: Shea Levy <shea@shealevy.com>
* Make all node packages available at the top level via their real name/versionShea Levy2013-08-15
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* node-packages.nix: Actually use nativeDepsShea Levy2013-07-27
| | | | | | Wonder how long that's been broken... Signed-off-by: Shea Levy <shea@shealevy.com>
* nodePackages: Update to npm2nix 2.0 formatShea Levy2013-07-14
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Make nodePackages individually overridableShea Levy2013-05-31
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Make overrides of nodePackages workShea Levy2013-05-31
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* node-packages.nix: Move non top-level attrs to a sub-attr `full'Shea Levy2013-05-31
| | | | | | | Since `full' isn't recursed into for derivations, nix-env -qaP * won't show attributes with problematic characters. Signed-off-by: Shea Levy <shea@shealevy.com>
* Make the function to import npm2nix-generated packages accessible outside of ↵Shea Levy2013-05-29
| | | | | | node-packages.nix Signed-off-by: Shea Levy <shea@shealevy.com>
* node-packages.nix: Convert to new npm2nix styleShea Levy2013-05-27
| | | | | | | | | | | | | | | | | | | | Starting with 1.0.0 (which is not released at the time of this commit but will be before it is pushed), npm2nix takes a JSON file with a list of names (and optionally version ranges) and generates a data-only (no functions, no rec, no let, etc.) nix expression representing the packages with those names and their dependencies. node-packages.nix now builds its package list from that generated expression. If a package needs native dependencies as build inputs, they can be added to the nativeDeps attribute set. If a package cannot be generated by npm2nix for some reason, it can be added manually to the set. I tried to capture the packages represented by the previous node-packages.nix in the new node-packages.json, but I almost certainly missed some that will have to be added manually. Signed-off-by: Shea Levy <shea@shealevy.com>
* Added async-0.2.8 nodejs packageSander van der Burg2013-05-16
|
* Added assert: Node.JS assert module and its dependenciesSander van der Burg2013-05-16
|
* added mocha: simple, flexible, fun test framework for JavaScript and its ↵Sander van der Burg2013-05-16
| | | | dependencies
* jayschema: JSON schema validator NodeJS packageSander van der Burg2013-05-14
|
* nodePackages.underscore: UpdateShea Levy2013-05-06
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add extend nodePackageShea Levy2013-05-06
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add express nodePackageShea Levy2013-05-06
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* nodePackages.patchLatest: Handle tarballs whose root directories are already ↵Shea Levy2013-04-03
| | | | | | named 'package' Signed-off-by: Shea Levy <shea@shealevy.com>
* Add s3http node packageRob Vermaas2013-04-01
|
* Add git prerelease of aws-sdk nodePackageShea Levy2013-04-01
| | | | | | Required modifying patchLatest to handle tarballs that don't create a 'package' directory Signed-off-by: Shea Levy <shea@shealevy.com>
* Add aws-sdk and deps (node library)Rob Vermaas2013-03-29
|
* nijs: updated to 0.0.5Sander van der Burg2013-03-23
|
* nijs: Bump to 0.0.4Sander van der Burg2013-03-11
|
* upgrading uglify to 2.2.5, optimist to 0.3.5, upgrading source-map to 0.1.7, ↵Patrick Lee2013-02-26
| | | | | | and adding amdefine Fixes #337
* nijs: Added nodejs packageSander van der Burg2013-02-26
|
* Add smartdc nodePackage (and its many dependencies)Shea Levy2013-02-24
|
* node/bson: fix sha256Mathijs Kwik2013-01-13
|
* Added optparse: A node.js option parsing librarySander van der Burg2013-01-10
|
* Add jsontool 5.1.1 (node.js package)Rob Vermaas2012-11-23
|