about summary refs log tree commit diff
path: root/pkgs/development/web
Commit message (Collapse)AuthorAge
* nodePackages: add support for recursive dependenciesJaka Hudoklin2014-09-09
| | | | | | This is a drop-in replacement that handles nodejs recursive dependencies by propagating already visited nodejs packages and creating shims for recursive ones. This implementation handles both, new and old npm2nix output format.
* Merge pull request #3337 from tailhook/node_permission_errorMichael Raskin2014-08-23
|\ | | | | Add `--no-same-permission` to `tar` command in node package builder
| * Add `--no-same-permission` to `tar` command in node package builderPaul Colomiets2014-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is because of an error while using `nix` under Archlinux: ``` building path(s) `/nix/store/rwkcbhv9jfhzhandfslg62knl2xw0r7m-node-sources' building /nix/store/rwkcbhv9jfhzhandfslg62knl2xw0r7m-node-sources suspicious ownership or permission on `/nix/store/rwkcbhv9jfhzhandfslg62knl2xw0r7m-node-sources'; rejecting this build output cannot build derivation `/nix/store/01qsszx9y2kyx1x72zr5magy2la98720-uglify-js-2.4.15.drv': 1 dependencies couldn't be built ``` The permissions on all file are like the following: ``` drwxrwxr-x 1 root root 358 Jun 9 17:04 . drwxr-xr-x 1 root root 421110 Jul 21 15:49 .. -rw-rw-r-- 1 root root 22 Jun 9 17:04 .gitattributes ``` After the fix, permissions are OK, and no suspicious error any more. Error is encountered for any node package built. I'm not sure why it fails on Arch but work on nixos, but I believe the flag is safe to add anyway.
* | Merge pull request #3513 from linquize/nodejsDomen Kožar2014-08-16
|\ \ | | | | | | nodejs: Update to 0.10.30
| * | nodejs: Update to 0.10.30Linquize2014-08-10
| | |
* | | remarkjs: Update from 0.6.4 to 0.6.5Rickard Nilsson2014-08-13
|/ /
* | Merge pull request #3003 from ↵Jaka Hudoklin2014-07-26
|\ \ | |/ |/| | | | | offlinehacker/nixpkg/nodejs/buildNodePackage/shellHook buildNodePackage: add shell hook for development
| * buildNodePackage: add shell hook for developmentJaka Hudoklin2014-06-18
| |
* | nodejs: Update to 0.10.29Linquize2014-06-29
|/
* Revert "typescript: add package. Closes #2712"Luca Bruno2014-05-21
| | | | This reverts commit 93a7cf74b938598447343c49d80392c2ca607cba.
* typescript: add package. Closes #2712Jussi Maki2014-05-21
| | | | | | Typed superset of JavaScript that compiles to plain JavaScript. http://www.typescriptlang.org/
* Update Node.js to 0.10.28Lennart Kats2014-05-09
|
* Force --no-same-owner for unpacking node sources.Rob Vermaas2014-05-06
|
* nodejs: fix on i686-linuxJaka Hudoklin2014-04-29
| | | | | | | | | | | | | | | | Fixes this: creating ./config.gypi creating ./config.mk building make flags: SHELL=/nix/store/fp0nwhj932kscakw1gbnlmmk8pdfv9sq-bash-4.2-p45/bin/bash building out/Makefile /nix/store/vh2zy8l2797yl3mri35y8jnhc81w9hm1-python-2.7.6/bin/python tools/gyp_node.py -f make /bin/sh: which: command not found gyp: Call to '(echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo "-m32" || true' returned exit status 0. make: *** [out/Makefile] Error 1 [Bjørn: add build error to commit message.]
* node.js - use bundled v8 :14.04-bugfix:Mathijs Kwik2014-04-24
| | | | | node needs v8 3.14, which is no longer maintained. They bundle an in-tree version which does receive backports.
* nodejs: Fix configurationShea Levy2014-04-21
|
* Merge branch 'chromium-refactor', closes #1798.aszlig2014-04-21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | This implements some longstanding work of getting the Chromium derivation more modular. Unfortunately, I didn't manage to decrease the compile time, which was one of the primary goal for doing the refactor. A main reason this didn't work out well was the fact that most bundled libraries are so heavily patched that it's not possible within a limited time frame to decouple it from the main derivation. However, it should now be easier to build other derivations that build upon Chromium, like libcef. Also, it finally adds support for the non-free PepperAPI Flash and PDF plugins and support for fetching the corresponding versions through the updater.
| * v8: Bring back old version 3.14.aszlig2014-04-19
| | | | | | | | | | | | | | | | | | The current version of v8 breaks builds of nodejs, mongodb and rethinkdb. So let's bring back the old package with annoying _3_14 version suffix so hopefully the corresponding maintainers will get rid of that dependency :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Add remarkjs 0.6.4, a markdown-driven slideshow toolRickard Nilsson2014-04-21
|/ | | | Also, add required node packages (and update generated node pkgs).
* nodejs: update from 0.10.25 to 0.10.26Evgeny Egorochkin2014-02-27
|
* nodejs: fix the patch to make it build on darwinSander van der Burg2014-02-04
|
* nodejs: BumpShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* http-parser: BumpShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* xmlindent: New expressionOliver Charles2014-02-01
| | | | | | | | | | [Bjørn Forsman <bjorn.forsman@gmail.com>: - introduce "name-${version}" (to not duplicate version number) - use mirror://sourceforge instead of specific mirror URL - add vertical whitespace between attributes - add meta description and homepage attributes - place the top-level 'xmlindent' attribute in alphabetial order ]
* Fixed xcode patch to make nodejs work on darwin againSander van der Burg2014-01-13
|
* nodejs: update from 0.10.22 to 0.10.24Nixpkgs Monitor2014-01-08
|
* csslint: update from 0.5.0 to 0.10.0Nixpkgs Monitor2013-12-18
|
* 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
|