about summary refs log tree commit diff
path: root/pkgs/development/web
Commit message (Collapse)AuthorAge
* Ported to old no-xcode patch to the current nodejs, so that it can be built ↵Sander van der Burg2013-12-17
| | | | on Darwin again
* fix build-node-packageShea Levy2013-11-26
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* node: BumpShea Levy2013-11-25
| | | | 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>
* nodejs: 0.10.12 -> 0.10.21 (security fixes)Domen Kožar2013-10-19
|
* Fix peerDependency handling in buildNodePackageShea Levy2013-08-30
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Update nodejs to 0.10.12Rob Vermaas2013-08-21
|
* 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>
* Handle peerDependencies in nodePackagesShea Levy2013-08-18
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* removing existing plone packagesRok Garbas2013-08-12
|
* Make the setup-hook work again now that nodejs modules reside in ↵Sander van der Burg2013-07-30
| | | | lib/node_modules
* buildNodePackage: Fix $out/bin symlinkShea Levy2013-07-28
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* buildNodePackages: Move /node_modules to /lib/node_modules to make nix ↵Shea Levy2013-07-27
| | | | | | profiles usable as an npm prefix Signed-off-by: Shea Levy <shea@shealevy.com>
* buildNodePackage: Handle all node/coffee shebang possibilitiesShea Levy2013-07-18
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* buildNodePacakge: Create man page symlinks when neededShea Levy2013-07-14
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* buildNodePackage: Handle bundledDependencies by nuking themShea Levy2013-07-13
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* plone: updating plone.app.discussion to 2.2.7Rok Garbas2013-07-04
|
* plone: adding collective_recipe_filestorage packageRok Garbas2013-07-03
|
* plone: adding collective_recipe_template packageRok Garbas2013-07-03
|
* plone: plone_recipe_varnish updated to 1.3dev to support varnish >= 3Rok Garbas2013-07-03
|
* plone: z3c.form downgraded to 3.0Rok Garbas2013-07-03
|
* plone: updating 4.3.0 to 4.3.1, minor renaming of nix filesRok Garbas2013-07-03
|
* New package: Twitter Bootstrap 2.3.2, a front-end framework for web development.Rickard Nilsson2013-07-01
|
* Plone: fix for 4.1Rok Garbas2013-06-10
|
* fix node packages with binary (native) extensionsMathijs Kwik2013-06-06
|
* Bump to 0.10.10Zef Hemel2013-06-05
|
* buildNodePackage: Move dependency symlinks out of the top-level node_modules ↵Shea Levy2013-06-05
| | | | | | directory Signed-off-by: Shea Levy <shea@shealevy.com>
* buildNodePackage: Utilize the node setup hookShea Levy2013-05-29
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Get node.js building on darwinShea Levy2013-05-28
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* nodejs: Update to v0.10.8Shea Levy2013-05-27
| | | | | | | I removed darwin-specific bits, as I can't test them right now. If it's broken, let me know and I'll fix on darwin. Signed-off-by: Shea Levy <shea@shealevy.com>
* plone: adding version 4.2.5 and 4.1.6Rok Garbas2013-04-17
|
* plone: some versions got pinned wrongRok Garbas2013-04-17
|
* plone: update to 4.3Rok Garbas2013-04-17
|
* nodejs: update to 0.8.23Rok Garbas2013-04-16
|
* Revert "plone43Packages.zc_buildout: 2.1.0"Rok Garbas2013-04-06
| | | | | | new zc_buildout doesn't pick eggs from "system" site-packages This reverts commit abf49f299ea9f755d0164722ad63a1eef29ba082.
* plone43Packages.zc_buildout: 2.1.0Rok Garbas2013-04-06
|
* plone: upgrading to 4.3rc1Rok Garbas2013-03-31
|
* Implemented an unelegant workaround that allows nodejs to be used on darwin ↵Sander van der Burg2013-03-14
| | | | using xcode
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-02-15
|\
| * #283 add a set of Plone packages, a popular Python CMSCillian de Róiste2013-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This set of packages for Plone was generated using cillianderoiste/python2nix, which is forked from garbase/python2nix. It uses ```buildout annotate``` to dump a set of packages and their versions based on an installed Plone instance and then looks up these packages on pypi, gets the relevant download url and sets some (minimal) buildInputs where required. The packages are not ready to be used on their own yet, since they lack complete dependencies. In the future we can move complete package expressions into a better location so that they can be re-used. The packages are also lacking metadata. They are all available under Free licenses (mostly Zope Public License, GPL or BSD), but the script does not yet fill that information in. It should be pretty easy to get hold of it, plus the short description and home page from pypi, this will be added to the script in the future so that the license information is accurate.
| * Added setup hook that adds a Node package automatically to NODE_PATH, if ↵Sander van der Burg2013-02-04
| | | | | | | | included in the buildInputs parameter
* | Merge branch 'master' into stdenv-updates.Peter Simons2013-01-11
|\|
| * Fix nodejsRob Vermaas2013-01-07
| |
| * Remove my darwin workarounds for node.jsSander van der Burg2013-01-07
| |
| * - Added xcodeenv: experimental support to build iOS apps through NixSander van der Burg2013-01-07
| | | | | | | | - Moved mobile development tools into a separate folder
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
|/ | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* nodejs v0.8.15Shea Levy2012-12-03
|
* node.js: upgrade to v0.8.12Mathijs Kwik2012-10-27
|
* build-node-package: make fewer assumptions about the name of the node tarballShea Levy2012-09-20
|
* Add cipher-block-size node package and remove the nativeDeps argument to ↵Shea Levy2012-09-18
| | | | build-node-package (buildInputs can just be specified directly)