about summary refs log tree commit diff
path: root/pkgs/development/web
Commit message (Collapse)AuthorAge
* Merge pull request #7556 from offlinehacker/pkgs/node-packages/fix_platformsJaka Hudoklin2015-04-25
|\ | | | | nodePackages: fix platform detection
| * nodePackages: fix platform detectionJaka Hudoklin2015-04-25
| |
* | node: set interpreterName for 0.10Domen Kožar2015-04-16
| |
* | Remove nightly derivations for iojsRyan Scheel (Havvy)2015-04-15
| |
* | Remove error hiding, comment saying where to call script from.Ryan Scheel (Havvy)2015-04-09
| |
* | Update iojs to latest version.Ryan Scheel (Havvy)2015-04-09
|/
* Revert "nodejs: Update to 0.12.2"Eelco Dolstra2015-04-07
| | | | | | This reverts commit 088523f094b379c79eef22f6616e057ea31be3bf. Fixes #7243.
* Merge pull request #7145 from flosse/old-stable-nodejsJohn Wiegley2015-04-07
|\ | | | | nixpkgs: added old stable nodejs v0.10.38
| * nixpkgs: added old stable nodejs v0.10.38Markus Kohlhase2015-04-03
| |
* | nodejs: Update to 0.12.2Eelco Dolstra2015-04-07
| |
* | nodejs: Disable unstableVersionEelco Dolstra2015-04-07
|/ | | | | It's pretty pointless to have an unstable version older than the stable version.
* Revert "Reverts a bunch of commits as a try to fix GC errors."Jaka Hudoklin2015-03-21
| | | | | | | This reverts commit 1e4ba025c260fa6852765e9f5c59e985f10c6a43. Conflicts: pkgs/development/web/nodejs/build-node-package.nix
* Fix a bad revert at 1e4ba025c260fa6852765e9f5c59e985f10c6a43Domen Kožar2015-03-18
|
* Update iojs using the fixed-up scriptBenjamin Staffin2015-03-17
|
* iojs: Fix update-iojs scriptBenjamin Staffin2015-03-17
| | | | | | The nix-instantiate invocations only work correctly if this script is run from the root directory of nixpkgs, or in a directory without a default.nix file and NIX_PATH set appropriately.
* Reverts a bunch of commits as a try to fix GC errors.Domen Kožar2015-03-17
| | | | | | | | | Commits - 694f01db2d2e1cde06ee243a5909d196e84f0a18 - 829479d1dda5dbb579885e16dc655716127457ed - bd81885f706dae5cdeb8c03845fa43d8b74fa57c - b2fdcf801ce08bf0c44e63bafe8ae2c720704da7
* intersect -> intersectLists, subtract -> subtractListsEelco Dolstra2015-03-04
|
* substract -> subtractEelco Dolstra2015-03-04
|
* nodePackages: correctly handle platforms and optional dependenciesJaka Hudoklin2015-02-28
|
* nodePackages: add namePrefix parameter to override package name prefixJaka Hudoklin2015-02-23
|
* nodePackages: add platform support, fix a lot of bugsJaka Hudoklin2015-02-23
|
* nodePackages: prefix packages based on interpreter nameJaka Hudoklin2015-02-23
|
* Merge pull request #6513 from valeriangalliat/nodejs-iojs-libuv-sharedlethalman2015-02-23
|\ | | | | Shared libuv in io.js and Node.js
| * Shared libuv in io.js and Node.jsValérian Galliat2015-02-22
| |
* | Update io.jsValérian Galliat2015-02-22
|/
* io.js: shared librariesValérian Galliat2015-02-22
| | | | @lethalman courtesy <https://github.com/NixOS/nixpkgs/pull/6234#issuecomment-75429850>.
* Update iojsValérian Galliat2015-02-21
|
* Add io.jsValérian Galliat2015-02-21
|
* wml: mark as broken, don't know why it brokeLuca Bruno2015-02-20
|
* Update Node stable to v.0.12.0Ryan Scheel2015-02-17
| | | Patch is from ewemoa on IRC and claims it built successfully. User didn't want to create a Github account. Original patch is at https://pastee.org/zx45s
* buildNodePackage: patch shebangs only in text filesJaka Hudoklin2015-02-12
|
* Patch npm packages to ignore npm requirementsValérian Galliat2015-02-07
| | | | | | | | | | | | | Some npm packages strictly require a specific npm version because npm don't handle some version requirements the same way in 1.0 and 2.0. However, Nix don't use npm for dependency resolution (this is always achieved with npm 1.0 criteria by npm2nix), so these requirements turns out to be pointless and just crashes some package installations. This patch removes npm requirements so the packages can still be built. This solves #5787.
* nodePackages: fix back compatibilityJaka Hudoklin2015-01-25
|
* nodePackages: refactor, add support for overridesJaka Hudoklin2015-01-24
|
* nodePackages/buildNodePackage: put patch phase into configure phase, ignore ↵Jaka Hudoklin2015-01-24
| | | | shrinkwrap
* jdkPath: Remove in favor of jdk.homeWilliam A. Kennington III2015-01-07
|
* 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
* Fix wml build, don't know why it worked beforeLuca Bruno2014-12-18
|
* nodejs: update from 0.10.32 to 0.10.33, potentially fixes CVE-2014-7192Rob Vermaas2014-12-17
|
* wml: new package and perl dependency Image::SizeLuca Bruno2014-12-17
| | | | | | Off-line HTML generation toolkit for Unix http://thewml.org/
* Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-11-11
|\ | | | | | | | | Conflicts: pkgs/development/libraries/boost/generic.nix
| * Fixed many descriptionsPascal Wittmann2014-11-11
| |
* | Merge branch 'master' into stagingLuca Bruno2014-11-10
|\|
| * Add unstable NodeJS — Fixes #4264 (mostly merges the PR from Bodil Stokke)Michael Raskin2014-11-09
| |
* | Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-10-31
|\|
| * remarkjs: Update from 0.6.5 to 0.7.0Rickard Nilsson2014-10-28
| |
* | Merge recent master into stagingVladimír Čunát2014-10-23
|\| | | | | | | Hydra nixpkgs: ?compare=1156478
| * nodejs: disable usage of http-parser library on darwin, because it breaks ↵Sander van der Burg2014-10-22
| | | | | | | | the build
| * twitter-bootstrap: use fetchFromGitHubPascal Wittmann2014-10-21
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-07
|\| | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libav/default.nix pkgs/shells/bash/bash-4.2-patches.nix pkgs/stdenv/generic/default.nix