Pascal Wittmann
7fd2796e99
Replace 'with plaforms; platform' with 'platforms.platform'
2015-11-17 21:30:43 +01:00
Charles Strahan
4f07c88d46
v8-4.5.x: add support for ARM
2015-10-23 14:35:04 -04:00
Charles Strahan
abf7301cc9
v8: add version 4.5.107
2015-10-22 20:00:38 -04:00
William A. Kennington III
14961c8781
v8: Fix compilation issue with gcc4.9+
2015-10-01 10:40:50 -07:00
William A. Kennington III
c5f61e96b3
v8: 3.16.14 -> 3.16.14.11
2015-07-08 15:10:50 -07:00
Brian McKenna
1ad2fa452a
Add EventStore package
...
This turns the V8 expression into a generic build, so that we can
build with the required version.
2015-05-09 11:46:01 -06:00
William A. Kennington III
1021e33fde
v8: 3.26.31.15 -> 3.30.33.16
2015-04-08 13:43:25 -07:00
Luca Bruno
332c32b772
Revert "v8: 3.26.31.15 -> 3.31.1"
...
This reverts commit 098ed10f39
.
2015-02-20 14:07:59 +01:00
Luca Bruno
fb4fc507ef
Revert "v8: Properly update to 4.1.0.15"
...
This reverts commit 1570cb501c
.
2015-02-20 14:07:59 +01:00
William A. Kennington III
1570cb501c
v8: Properly update to 4.1.0.15
2015-02-06 22:52:39 -08:00
William A. Kennington III
098ed10f39
v8: 3.26.31.15 -> 3.31.1
2015-02-06 22:25:45 -08:00
Shea Levy
c45372f038
Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'
...
Partial staging merge, including cc-wrapper fixes
Conflicts:
pkgs/applications/audio/spotify/default.nix
pkgs/build-support/cc-wrapper/default.nix
pkgs/development/compilers/cryptol/1.8.x.nix
2015-02-02 21:14:28 -05:00
Charles Strahan
8085f088cb
ruby: exorcise the last few remaining rubyPackages
2015-01-21 22:23:37 -05:00
Charles Strahan
317d78d145
consule: use new bundlerEnv
2015-01-21 20:33:19 -05:00
Eric Seidel
f3c6827373
rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc
2015-01-14 20:27:55 -08:00
Charles Strahan
145733c479
Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-ruby
...
Conflicts:
pkgs/applications/version-management/redmine/default.nix
pkgs/development/interpreters/ruby/gem.nix
pkgs/development/interpreters/ruby/generated.nix
pkgs/development/interpreters/ruby/patches.nix
pkgs/development/tools/vagrant/default.nix
pkgs/servers/consul/default.nix
2014-12-28 14:29:52 -05:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Joel Taylor
c05e0602ca
fix self refs
2014-10-27 21:55:11 +00:00
Joel Taylor
289b7e5068
further improvements to patches and build process
2014-10-26 17:34:52 +00:00
Eelco Dolstra
6843fc41c9
Fix evaluation
2014-09-30 00:51:00 +02:00
William A. Kennington III
f4e8f18c19
v8: 3.26.8 -> 3.26.31.15
2014-09-13 22:50:47 -07:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
Mathijs Kwik
00a70b454c
v8: remove old version 3.14
2014-05-05 07:32:37 +02:00
Mathijs Kwik
7e7d8d651a
v8: upgrade to 3.26.8
2014-05-05 07:32:36 +02:00
aszlig
4c8ec5e12e
v8: Bring back old version 3.14.
...
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>
2014-04-19 03:58:44 +02:00
aszlig
8ddc86d6e4
v8: Refactor package and update to version 3.25.9.
...
This now uses fetchurl instead of fetchsvn and now invokes gyp directly
instead of copying over the gyp command to the source tree.
Also, we're now using stdenv.is64bit to properly determine the host
architecture.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:38 +02:00
Peter Simons
6be8ad3392
Merge branch 'origin/master' into stdenv-updates.
...
There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
2013-10-18 18:57:24 +02:00
Eelco Dolstra
df0d362f31
Fix some more Hydra evaluation errors
2013-10-08 11:07:14 +02:00
Vladimír Čunát
604d201b7c
v8: fix build with newer gcc
2013-08-27 16:16:11 +02:00
Domen Kožar
82e1c8a34b
v8: build binaries for unix platforms
2013-08-24 19:55:00 +02:00
Shea Levy
9e01205659
Set library path properly for v8 on darwin
2013-05-28 18:38:22 -04:00
Shea Levy
5e064cc871
v8: Bump
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-27 02:05:45 -04:00
Peter Simons
b33ad366a1
Merge branch 'master' into stdenv-updates.
2013-01-11 15:46:10 +01:00
Sander van der Burg
03621d4cd8
Remove my darwin workarounds for node.js
2013-01-07 17:01:50 +01:00
Sander van der Burg
5b0ca88d97
- Added xcodeenv: experimental support to build iOS apps through Nix
...
- Moved mobile development tools into a separate folder
2013-01-07 16:52:42 +01:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Mathijs Kwik
12e71e4c22
v8: upgrade to 3.11.10.22
2012-09-15 20:53:19 +02:00
Mathijs Kwik
c0fda4da9b
v8: depend on which during i686-linux build
2012-07-26 20:46:33 +02:00
Shea Levy
3a37f47fd4
v8: build with gyp.
...
The scons build has been deprecated
2012-07-25 11:42:15 -04:00
Shea Levy
a9cd20e601
v8: Update to 3.11.10.15
2012-07-25 10:26:34 -04:00
Mathijs Kwik
4129e8e78c
v8: upgraded to latest stable (3.6.6.25)
...
svn path=/nixpkgs/trunk/; revision=34265
2012-05-29 07:43:50 +00:00
Shea Levy
68f739cc45
nodejs/v8: Bump
...
svn path=/nixpkgs/trunk/; revision=33673
2012-04-08 14:32:00 +00:00
Yury G. Kudryashov
5144a19987
svn merge ^/nixpkgs/trunk
...
There were a few merge conflicts due to ensureDir->mkdir -p migration
svn path=/nixpkgs/branches/stdenv-updates/; revision=32174
2012-02-10 10:24:30 +00:00
Shea Levy
f77fa09f56
v8: Get building on darwin
...
svn path=/nixpkgs/trunk/; revision=32168
2012-02-10 05:22:58 +00:00
Yury G. Kudryashov
215a07c1a9
svn merge ^/nixpkgs/trunk
...
Merge conflicts:
* unzip (almost trivial)
* dvswitch (trivial)
* gmp (copied result of `git merge`)
The last item introduced gmp-5.0.3, thus full rebuild.
+ensureDir->mkdir -p in TeX packages was catched by git but not svn.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-06 23:03:12 +00:00
Peter Simons
66a1330589
v8/nodejs: upgraded to 3.6.6.20 and 0.6.9
...
svn path=/nixpkgs/trunk/; revision=32079
2012-02-06 19:08:56 +00:00
Yury G. Kudryashov
84c0185038
svn merge ^/nixpkgs/trunk, one simple conflict in jruby
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
2012-01-19 21:31:51 +00:00
Peter Simons
7abb4986a2
v8: upgraded to latest stable 3.6 version (which node.js uses)
...
svn path=/nixpkgs/trunk/; revision=31649
2012-01-18 20:32:23 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Rob Vermaas
a2df7f46ea
v8: no abort
...
svn path=/nixpkgs/trunk/; revision=24810
2010-11-22 14:32:43 +00:00