Eelco Dolstra
620e3a1516
php: Update to 5.3.18
2012-10-26 16:23:30 +02:00
Eelco Dolstra
5af277bbd1
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-15 12:16:58 -04:00
Eelco Dolstra
873595ee6d
php: Update to 5.3.17
...
Also remove unsupported PHP 5.2 (which doesn't build anymore).
http://hydra.nixos.org/build/3131326
2012-10-15 11:14:26 -04:00
Michael Raskin
29980e0d54
Add threads support to CLisp
2012-10-14 22:28:49 +04:00
Peter Simons
a352796e0d
lua: add version 5.1
...
The 5.1 build system doesn't seem to support building a shared object anymore?
2012-10-10 19:24:37 +02:00
Eelco Dolstra
e6077fbc46
Remove getConfig helper function
...
An expression like ‘getConfig [ "cabal" "libraryProfiling" ] false’
can be written more concisely as ‘config.cabal.libraryProfiling or false’.
2012-09-19 13:56:56 -04:00
aszlig
ae32dd91d4
tcl: Set license to licenses.tcltk.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 07:00:01 +02:00
Ludovic Courtès
cb76c03216
guile: fix Solaris builds
2012-08-11 21:53:43 +02:00
Ludovic Courtès
986f04c87e
guile: disable thread support on Solaris
2012-08-10 23:16:02 +02:00
Ludovic Courtès
9b70bc6e34
guile: allow libunistring and Readline to be found on OpenSolaris
2012-08-10 16:30:28 +02:00
Ludovic Courtès
55cf142175
guile: allow GMP to be found on OpenSolaris
2012-08-09 18:39:30 +02:00
Lluís Batlle i Rossell
54146ea191
octave: updating to 3.6.2 (bugfix release)
...
I don't know what they fixed.
2012-07-27 16:11:31 +02:00
Eelco Dolstra
16d2d9acab
php: Update to 5.3.15
...
Includes fixes for CVE-2012-2688 and CVE-2012-3365.
2012-07-23 13:46:50 -04:00
Eelco Dolstra
5750566c2a
Fix Pyrex build
2012-07-18 09:50:36 -04:00
Peter Simons
36265e9c66
Merge pull request #5 from aszlig/xpra
...
New version of Xpra from the fork
2012-07-16 02:32:02 -07:00
Eelco Dolstra
baf5e27aaf
ruby: Fix URL and enable parallel building
2012-07-09 17:32:11 -04:00
Shea Levy
be48fe265a
ruby: update to 1.9.3-p194
2012-07-09 17:29:57 -04:00
Eelco Dolstra
03964c1032
Add fakes3, an implementation of the S3 protocol for testing
2012-07-09 17:25:23 -04:00
Ludovic Courtès
ac1081fb48
guile: update to 2.0.6
2012-07-08 23:48:00 +02:00
Eelco Dolstra
4184e580a9
php: Update to 5.3.14
2012-07-06 15:14:16 -04:00
aszlig
af9924b929
Add Cython, because it's needed to build xpra.
2012-07-06 03:12:08 +02:00
Lluís Batlle i Rossell
40b91ced40
octave: disabling parallel building
...
The error http://hydra.nixos.org/build/2748254/log/tail-reload
makes me think there are concurrency problems in the octave build.
In my computer it builds fine.
2012-07-02 21:27:18 +02:00
Eelco Dolstra
4c868ec330
* PHP updated to 5.3.13.
...
svn path=/nixpkgs/trunk/; revision=34480
2012-06-12 17:39:59 +00:00
Cillian de Roiste
4b2c3d52de
Adding optional wx (GUI) support for Erlang, which enables the graphical debugger although pman (the process manager) fails to start.
...
svn path=/nixpkgs/trunk/; revision=34372
2012-06-06 19:05:06 +00:00
Ludovic Courtès
801c82da55
GNU Guile 2.0: Provide a 2.0ish setup hook.
...
svn path=/nixpkgs/trunk/; revision=34215
2012-05-22 21:18:20 +00:00
Cillian de Roiste
e9548cc845
Upgrading default erlang to R15 and keeping R14 as an older option, removing extra random older versions. I assume they are not of interest.
...
svn path=/nixpkgs/trunk/; revision=34117
2012-05-15 17:57:50 +00:00
Cillian de Roiste
a5d77fcf2b
Updating erlange to R14B04
...
svn path=/nixpkgs/trunk/; revision=34116
2012-05-15 17:54:05 +00:00
Eelco Dolstra
a78d2f55fb
* Perl: set passthru.libPrefix to communicate the relative location of
...
Perl packages for $PERL5LIB.
svn path=/nixpkgs/trunk/; revision=34061
2012-05-11 13:41:24 +00:00
Eelco Dolstra
3bb2f92106
* Final sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=34045
2012-05-10 14:41:16 +00:00
Ludovic Courtès
c1dd4327dc
GNU Guile 2.0: Fix cross-GNU builds.
...
svn path=/nixpkgs/trunk/; revision=34029
2012-05-09 13:42:46 +00:00
Eelco Dolstra
24594b0fb3
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=34028
2012-05-09 11:49:52 +00:00
Eelco Dolstra
356ce12cd0
* Python 2.7.3 (including various security fixes).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=34008
2012-05-07 20:08:10 +00:00
Eelco Dolstra
08b6b9fa3a
* Cygwin: provide a Perl setup hook so that Perl dependencies work
...
properly.
svn path=/nixpkgs/trunk/; revision=34002
2012-05-07 02:06:29 +00:00
Shea Levy
4a292d3bd6
gem nix missed a lot of hashes, strange...
...
svn path=/nixpkgs/trunk/; revision=33995
2012-05-05 20:25:42 +00:00
Shea Levy
c21ab61f9a
gem nix failed to fill in the hash for bundler
...
svn path=/nixpkgs/trunk/; revision=33994
2012-05-05 20:12:54 +00:00
Shea Levy
5425b06ef6
Update rubygems
...
svn path=/nixpkgs/trunk/; revision=33993
2012-05-05 20:09:48 +00:00
Michael Raskin
6ed169c19d
Update Clojure to 1.4.0
...
svn path=/nixpkgs/trunk/; revision=33963
2012-05-01 11:39:58 +00:00
Peter Simons
27de563164
Updated Python 3.x.
...
- updated to version 3.2.3
- fixed version numbers in setup-hook.sh
- sort input variable list alphabetically
- tk support needs x11 support as well
- deleted obsolete version 3.1
Furthermore, all CPPFLAGS and LDFLAGS required to find the build inputs are now
explicitly passed to ./configure. The python 3.x build systems tries to ignore
the environment as much as possible to provide deterministic builds. This means
that our magic environment variable stuff won't work, and previously built
python3 binaries lacked all kinds of extensions, such as zlib, etc.
svn path=/nixpkgs/trunk/; revision=33937
2012-04-27 08:20:46 +00:00
Ludovic Courtès
04600bbec1
Darwin: Add mig',
lipo', etc. to `stdenvNative'.
...
Consequently, remove `darwinLipoUtility', `darwinArchUtility', etc.
svn path=/nixpkgs/trunk/; revision=33893
2012-04-23 15:47:31 +00:00
Eelco Dolstra
934ef8e3fc
* Fix evaluation of pythonPackages.bugz.
...
svn path=/nixpkgs/trunk/; revision=33815
2012-04-17 15:31:44 +00:00
Nicolas Pierron
82b308bf11
Add armv7l support.
...
svn path=/nixpkgs/trunk/; revision=33798
2012-04-15 23:41:25 +00:00
Lluís Batlle i Rossell
163c7375a3
Adding a version of sqlite with more things, based on the upstream repository src.
...
svn path=/nixpkgs/trunk/; revision=33788
2012-04-14 21:40:55 +00:00
Lluís Batlle i Rossell
700bedb833
Adding me as a maintainer for octave.
...
svn path=/nixpkgs/trunk/; revision=33757
2012-04-12 10:00:18 +00:00
Michael Raskin
fa1ecfed54
Update Kona/fix its build
...
svn path=/nixpkgs/trunk/; revision=33753
2012-04-12 07:12:07 +00:00
Shea Levy
db28c68df0
mkDerivation handles propagatedUserEnvPkgs properly now
...
svn path=/nixpkgs/trunk/; revision=33444
2012-03-27 15:20:37 +00:00
Shea Levy
092487c1fb
Update rubygems
...
svn path=/nixpkgs/trunk/; revision=33443
2012-03-27 15:14:13 +00:00
Shea Levy
26789f2e89
Update rubygems
...
svn path=/nixpkgs/trunk/; revision=33333
2012-03-21 14:07:29 +00:00
Lluís Batlle i Rossell
6b4810d310
Updating php 5.3 to 5.3.10
...
svn path=/nixpkgs/trunk/; revision=33170
2012-03-16 19:40:36 +00:00
Shea Levy
a09a78165c
Update rubygems
...
svn path=/nixpkgs/trunk/; revision=33155
2012-03-16 13:28:35 +00:00
Lluís Batlle i Rossell
46b258acb4
Updating octave to the new major release 3.6.1
...
svn path=/nixpkgs/trunk/; revision=32904
2012-03-08 16:24:37 +00:00