Eelco Dolstra
c1eb464f3c
* Build those Python modules in the Python distribution that require
...
additional dependencies (e.g. SQLite, X11, or Tcl/Tk) outside the
main Python package (i.e., pythonBase). This makes pythonFull
unnecessary: you can just pass the additional modules as
buildInputs to packages that require them, e.g.
buildInputs = [ pythonModules.sqlite3 ];
svn path=/nixpkgs/branches/modular-python/; revision=25364
2011-01-03 16:25:11 +00:00
Eelco Dolstra
e1309dee31
* Python 2.7.1.
...
svn path=/nixpkgs/trunk/; revision=25362
2011-01-03 15:52:48 +00:00
Lluís Batlle i Rossell
cd6de2880f
Fixing the build of spidermonkey (on -fPIC) for mips.
...
They enable automatically the -fPIC only on x86_64, while I think most non-i686 needs it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25189
2010-12-17 20:41:25 +00:00
Lluís Batlle i Rossell
b48b2a7bb4
Merging from trunk. I solved some trivial merge conflicts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25188
2010-12-17 20:39:58 +00:00
Eelco Dolstra
dc09f8766a
* PHP 5.3.4.
...
svn path=/nixpkgs/trunk/; revision=25143
2010-12-15 12:53:24 +00:00
Lluís Batlle i Rossell
ee04ffcb55
Updating from trunk. I resolved simple conflicts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
2010-12-11 12:47:00 +00:00
Michael Raskin
c1e384b3eb
Tests fail for a reason that tells more about tests than sabout built binary
...
svn path=/nixpkgs/trunk/; revision=24949
2010-12-01 21:11:28 +00:00
Peter Simons
b173267123
pkgs/development/interpreters/r-lang: cosmetic improvements to package description, etc.
...
svn path=/nixpkgs/trunk/; revision=24914
2010-11-29 11:13:03 +00:00
Peter Simons
9d4fb7d641
pkgs/development/interpreters/r-lang: updated to version 2.12.0
...
svn path=/nixpkgs/trunk/; revision=24913
2010-11-29 11:12:43 +00:00
Lluís Batlle i Rossell
0e4c970d11
Updating from trunk - I hope I fixed the conflict around gettext - I left it as
...
it was before merging.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24876
2010-11-26 14:40:39 +00:00
Lluís Batlle i Rossell
5387036c50
Adding php 5.2 (5.3 does not build on arm), although not the default in the attribute 'php'.
...
svn path=/nixpkgs/trunk/; revision=24872
2010-11-26 14:26:15 +00:00
Michael Raskin
a238d43cff
Skip tests - network ones fail
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24752
2010-11-18 10:16:16 +00:00
Michael Raskin
fb58f74d82
Updating from trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24745
2010-11-17 17:03:09 +00:00
Peter Simons
d3d18bca23
Advance version of Racket.
...
svn path=/nixpkgs/trunk/; revision=24713
2010-11-16 17:31:21 +00:00
Lluís Batlle i Rossell
8746de3ae8
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24674
2010-11-11 22:18:14 +00:00
Michael Raskin
4394b2d1ae
Update CLisp
...
svn path=/nixpkgs/trunk/; revision=24649
2010-11-10 17:55:43 +00:00
Lluís Batlle i Rossell
448b75b87b
Removing a fix made for gcc 4.3 in php expression. Now it builds with -O2 as usual, instead of -O1.
...
svn path=/nixpkgs/trunk/; revision=24570
2010-11-02 13:24:12 +00:00
Lluís Batlle i Rossell
f4f84af4ab
Updating from trunk. I only had to take away the usual stdenv2 in
...
all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=24553
2010-10-31 19:30:31 +00:00
Lluís Batlle i Rossell
a608761679
Updating php from 5.2.13 to 5.3.3. I go from a tarball not available anymore at the URL
...
of the nix expression, to a new version that may have little incompatibilities with 5.2 syntax.
Let's see if there are complains from php users.
svn path=/nixpkgs/trunk/; revision=24552
2010-10-31 19:26:39 +00:00
Michael Raskin
a7518923fe
Fix includes
...
svn path=/nixpkgs/trunk/; revision=24534
2010-10-29 19:18:13 +00:00
Michael Raskin
27acc93394
Add thread-safe to options
...
svn path=/nixpkgs/trunk/; revision=24532
2010-10-29 18:28:43 +00:00
Evgeny Egorochkin
19e0cda8d8
Fix names of packages. Patch by Karn Kallio.
...
svn path=/nixpkgs/trunk/; revision=24478
2010-10-26 00:22:44 +00:00
Lluís Batlle i Rossell
6dc839d344
Merging from trunk. I resolved some conflicts; I hope that well.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
2010-10-23 14:52:21 +00:00
Ludovic Courtès
01134e698f
GNU Guile 1.9: Add propagated build inputs.
...
svn path=/nixpkgs/trunk/; revision=24372
2010-10-19 22:23:06 +00:00
Ludovic Courtès
f7278f137e
GNU Guile 1.9.13.
...
svn path=/nixpkgs/trunk/; revision=24364
2010-10-19 13:20:15 +00:00
Lluís Batlle i Rossell
fca582bff0
Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packages
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
2010-10-07 21:21:31 +00:00
Ludovic Courtès
01955a51a2
Tidy up Nix expression for Racket.
...
Patch by Karn Kallio <tierpluspluslists@gmail.com>.
svn path=/nixpkgs/trunk/; revision=24085
2010-10-05 16:00:10 +00:00
Peter Simons
e3d3ee1af3
pkgs/development/interpreters/maude: don't run the test suite on Darwin; it's known to fail
...
svn path=/nixpkgs/trunk/; revision=24073
2010-10-05 13:45:57 +00:00
Lluís Batlle i Rossell
cd4b54748a
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
2010-10-03 09:25:34 +00:00
Ludovic Courtès
332eca4ad9
Add Nix expression for Racket.
...
Patch by Karn Kallio <tierpluspluslists@gmail.com>.
svn path=/nixpkgs/trunk/; revision=23881
2010-09-21 12:31:11 +00:00
Evgeny Egorochkin
1ba317f3c6
rubyLibs: fix impurity in gem installation. Should not take ruby from user environment.
...
svn path=/nixpkgs/trunk/; revision=23857
2010-09-18 16:26:14 +00:00
Lluís Batlle i Rossell
2c5de61327
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
2010-09-17 19:10:21 +00:00
Lluís Batlle i Rossell
e6a787f44a
Making lua and boost cross-build.
...
svn path=/nixpkgs/trunk/; revision=23807
2010-09-15 09:56:06 +00:00
Yury G. Kudryashov
f802a70d87
Update gem-nix patch to use ''...'' instead of "..."
...
Also update ruby libs
svn path=/nixpkgs/trunk/; revision=23683
2010-09-08 09:56:59 +00:00
Yury G. Kudryashov
17c70d3efd
Mass rubygems update
...
* Upgrade to rubygems-1.3.7
* Upgrade all gems
* Add rails3
svn path=/nixpkgs/trunk/; revision=23682
2010-09-08 09:56:53 +00:00
Yury G. Kudryashov
40a7243ed3
ruby: upgrade, optional docs
...
svn path=/nixpkgs/trunk/; revision=23681
2010-09-08 09:56:46 +00:00
Rob Vermaas
d9f435106c
lua5: re-enable -fPIC for lua5
...
svn path=/nixpkgs/trunk/; revision=23668
2010-09-07 12:56:49 +00:00
Ludovic Courtès
1ecee338e8
GNU Guile 1.9.12.
...
svn path=/nixpkgs/trunk/; revision=23649
2010-09-05 15:19:17 +00:00
Lluís Batlle i Rossell
cca1cae042
Updating from trunk. I had to do some changes to make it fit.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23500
2010-08-29 11:09:23 +00:00
Peter Simons
91f20b6289
pkgs/development/interpreters/maude: updated to version 2.5
...
svn path=/nixpkgs/trunk/; revision=23467
2010-08-26 18:09:14 +00:00
Peter Simons
3b94efffe5
pkgs/development/interpreters/python/2.5: removed obsolete python version 2.5
...
Python 2.5 is unused in nixpkgs -- 2.6 has been the default version for
quite a while.
svn path=/nixpkgs/trunk/; revision=23454
2010-08-26 12:09:42 +00:00
Peter Simons
08244152cc
pkgs/development/interpreters/lua-5: overriding CFLAGS on the make command-line breaks the build
...
svn path=/nixpkgs/trunk/; revision=23367
2010-08-23 15:20:49 +00:00
Peter Simons
8170f3b73b
pkgs/development/interpreters/lua-5: FreeBSD can't handle "install -D"; use "ensureDir" instead
...
svn path=/nixpkgs/trunk/; revision=23366
2010-08-23 15:09:02 +00:00
Peter Simons
c50ae128d5
pkgs/development/interpreters/lua-5: added support for all Unix platforms
...
svn path=/nixpkgs/trunk/; revision=23362
2010-08-23 14:41:03 +00:00
Peter Simons
f79f257c88
pkgs/development/interpreters/lua-5: $makeFlags is not a list
...
svn path=/nixpkgs/trunk/; revision=23359
2010-08-23 14:29:26 +00:00
Peter Simons
a65aab0171
pkgs/development/interpreters/lua-5: cosmetic changes
...
svn path=/nixpkgs/trunk/; revision=23358
2010-08-23 14:27:33 +00:00
Peter Simons
d3a8a3f7d0
pkgs/development/interpreters/lua-5: added meta section to the expression
...
svn path=/nixpkgs/trunk/; revision=23357
2010-08-23 14:26:26 +00:00
Lluís Batlle i Rossell
f16353b6f2
Updated from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23275
2010-08-20 13:41:12 +00:00
Peter Simons
0b529ff4d7
pkgs/development/interpreters/python/2.7: added various meta attributes
...
svn path=/nixpkgs/trunk/; revision=23228
2010-08-18 15:03:34 +00:00
Peter Simons
f01ceffb9e
pkgs/development/interpreters/python/wrapper.nix: clean up debug code
...
svn path=/nixpkgs/trunk/; revision=23200
2010-08-17 10:17:32 +00:00