Peter Simons
8b4f33ac76
pkgs/top-level/all-packages.nix: switch to Python 2.6 (except on Darwin)
...
MacOS X can build Python 2.6 just fine, but for some reason a lot of modules
don't work, so the resulting binary isn't very useful.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19598
2010-01-21 15:39:11 +00:00
Lluís Batlle i Rossell
a2a51f2ae3
Trying to make glibc211 build not only with the bootstrap-files compiler.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19581
2010-01-20 19:13:18 +00:00
Eelco Dolstra
9761d31dc9
* curl 7.19.7.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19573
2010-01-20 14:26:19 +00:00
Eelco Dolstra
8e885c0a52
* openssl 0.9.8l
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19570
2010-01-20 13:49:07 +00:00
Eelco Dolstra
b5f288c412
* Revert to the Linux 2.6.28 headers because 2.6.32 gives more
...
problems than it's worth (e.g. build failures in strace and klibc -
see also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538372 ).
svn path=/nixpkgs/branches/stdenv-updates/; revision=19562
2010-01-20 10:56:40 +00:00
Eelco Dolstra
3407158873
* strace 4.5.19.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19561
2010-01-20 10:55:30 +00:00
Eelco Dolstra
1d6d92c9a1
* Make Valgrind compile with Glibc 2.11.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19554
2010-01-19 22:27:07 +00:00
Eelco Dolstra
f93620419f
* The Linux 2.6.32 headers contain a "scsi" subdirectory, which
...
clashes with Glibc's "scsi" subdirectory.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19553
2010-01-19 18:28:48 +00:00
Eelco Dolstra
93b250b960
* Use the Linux 2.6.32 kernel headers.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19552
2010-01-19 18:02:37 +00:00
Eelco Dolstra
cea86564ff
* Fix gmpxx.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19550
2010-01-19 17:44:59 +00:00
Eelco Dolstra
d67f1d269e
* binutils creates hard links to the programs in $out/bin in
...
$out/<platform>/bin. Because the fixup phase causes those to be
replaced by identical copies, use symlinks instead of hardlinks.
This saves about 9 MB.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19549
2010-01-19 17:41:54 +00:00
Eelco Dolstra
4e65c8aa2a
* Use patchelf 0.5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19548
2010-01-19 17:15:47 +00:00
Eelco Dolstra
8cd183f062
* Disable Graphite in GCC, as discussed on the mailing list.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19547
2010-01-19 17:10:53 +00:00
Eelco Dolstra
d348b996cf
svn path=/nixpkgs/branches/stdenv-updates/; revision=19546
2010-01-19 17:10:03 +00:00
Eelco Dolstra
231b016142
* During the bootstrap, build only 1 instance of Perl instead of 3.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19536
2010-01-19 11:25:33 +00:00
Eelco Dolstra
ca0464c067
* gmp 4.3.2.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19535
2010-01-19 11:23:42 +00:00
Lluís Batlle i Rossell
61a72ef961
Removing the gnat and the ghdl wrappers, which I already integrated into
...
gcc-wrapper.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19534
2010-01-19 10:58:03 +00:00
Eelco Dolstra
dfd81bebb1
* gcc-wrapper2: obsolete.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19533
2010-01-19 10:32:41 +00:00
Lluís Batlle i Rossell
0dcc2967ef
Updating cloog-ppl.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19532
2010-01-19 08:41:49 +00:00
Lluís Batlle i Rossell
5968b490d6
The fix in r19516 made evident an error in the gnatboot expression, about
...
library paths. Fixing this, to get gnat properly built.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19531
2010-01-18 23:28:58 +00:00
Lluís Batlle i Rossell
ec59bcbf37
Disable PPL tests (although maybe we did not reach a consensus, let's disable
...
it for the possible massive stdenv rebuilds to come)
svn path=/nixpkgs/branches/stdenv-updates/; revision=19530
2010-01-18 22:47:45 +00:00
Marc Weber
3b37933dd4
second part of alsaLib patch + comment
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19529
2010-01-18 19:15:36 +00:00
Ludovic Courtès
907be69b26
GNU Patch: Fix for BSDs.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19522
2010-01-18 14:54:46 +00:00
Ludovic Courtès
bf1ffcc595
coreutils: Disable tests on non-GNU platforms.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19521
2010-01-18 14:54:42 +00:00
Eelco Dolstra
fa5a119fcd
* Perl 5.10.1.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19517
2010-01-18 12:09:51 +00:00
Eelco Dolstra
a9634c0c5a
* The postInstall attribute in default.nix did nothing, because
...
builder.sh already sets postInstall. As a result Glibc had a
retained dependency on bootstrap-tools. Added the "rm" to
builder.sh.
* localesbuilder.sh -> locales-builder.sh.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19516
2010-01-18 10:50:32 +00:00
Armijn Hemel
f33363a841
update to 1.2.3
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19511
2010-01-17 23:04:26 +00:00
Armijn Hemel
e2a24424ec
update to 1.1.4
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19510
2010-01-17 23:04:20 +00:00
Armijn Hemel
d3288dd878
update to 3.6.22
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19509
2010-01-17 22:48:07 +00:00
Lluís Batlle i Rossell
67038ea160
Fixing the meta platforms of python 2.6.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19507
2010-01-17 22:19:10 +00:00
Lluís Batlle i Rossell
bfbaa73706
Making 'release.nix' point to linuxPackages, and not to kernelPackages (the new
...
linux naming in stdenv-updates)
svn path=/nixpkgs/branches/stdenv-updates/; revision=19506
2010-01-17 22:09:16 +00:00
Armijn Hemel
6a503c7d61
remove GNUism
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19505
2010-01-17 22:08:22 +00:00
Armijn Hemel
aec137add1
remove GNUism
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19504
2010-01-17 21:52:11 +00:00
Armijn Hemel
e68a8a9575
patch for gcc44
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19503
2010-01-17 21:34:55 +00:00
Lluís Batlle i Rossell
3189e7a393
Adding two files I forgot to the gcc-wrapper, comming from the old
...
gnat-wrapper.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19494
2010-01-16 23:09:27 +00:00
Lluís Batlle i Rossell
08eb3243c9
Merging the ghdl-wrapper and gcc-wrapper into one.
...
I will remove the ghdl-wrapper files later, if all this works.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19493
2010-01-16 21:41:27 +00:00
Lluís Batlle i Rossell
e72908036f
Merging the gnat-wrapper and gcc-wrapper into a single gcc-wrapper.
...
(I will remove the gnat-wrapper files if this works, later)
svn path=/nixpkgs/branches/stdenv-updates/; revision=19492
2010-01-16 21:32:44 +00:00
Lluís Batlle i Rossell
20e75e0cf0
Fixing the gcc-wrapper, so it does not link when gcc is called with '-x
...
something'.
It should not link at least for '-x c-header' and '-x c++-header', and maybe
link for '-x c' or '-x c++', but we expect noone will be linking using these
later strings.
Adding opencv, which required '-x c-header' working, and that's why I have
updated gcc wrapper.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19491
2010-01-16 21:26:10 +00:00
Michael Raskin
30477123ef
Allow building kernels for CPUs incapable of running Xen
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19489
2010-01-16 20:40:59 +00:00
Lluís Batlle i Rossell
df68759142
Updating from trunk, to get the new mldonkey.
...
Cleaning the mldonkey expression to build with the ocaml native compiler in some
platforms, and with the bytecode in others.
Removing the flag to support ocaml-3.11.1, as it is included in this new
version of mldonkey.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19487
2010-01-16 16:41:33 +00:00
Lluís Batlle i Rossell
70dd97620c
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19485
2010-01-16 15:19:23 +00:00
Lluís Batlle i Rossell
15083226fd
Fixing the evaluation of inotify-tools by hydra (release.nix)
...
svn path=/nixpkgs/trunk/; revision=19484
2010-01-16 15:12:33 +00:00
Lluís Batlle i Rossell
30f1f2312d
Updating strigi
...
svn path=/nixpkgs/trunk/; revision=19483
2010-01-16 15:06:55 +00:00
Lluís Batlle i Rossell
659a9a835a
Fixing the slim build in gcc 4.4
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19482
2010-01-16 15:02:46 +00:00
Lluís Batlle i Rossell
be72ec22e0
Fixing the build of jfsrec under gcc 4.4, taking a patch from archlinux.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19481
2010-01-16 14:59:04 +00:00
Lluís Batlle i Rossell
ca167b9a97
Updating 'at' from 3.1.11 to 3.1.12.
...
The debian repository only has 3.1.10 and 3.1.12. I don't know why.
svn path=/nixpkgs/trunk/; revision=19480
2010-01-16 14:44:20 +00:00
Lluís Batlle i Rossell
56b3954028
Updating cdrkit
...
svn path=/nixpkgs/trunk/; revision=19479
2010-01-16 14:42:08 +00:00
Lluís Batlle i Rossell
916e0f3840
Updating paraview.
...
svn path=/nixpkgs/trunk/; revision=19478
2010-01-16 11:05:17 +00:00
Nicolas Pierron
841e48d19b
Add libyaml and PyYAML.
...
svn path=/nixpkgs/trunk/; revision=19477
2010-01-16 10:37:29 +00:00
Lluís Batlle i Rossell
1f86f426ef
Fixing the ghdl patch for gcc 4.4 (I missed a part in my last commit)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19476
2010-01-15 23:31:05 +00:00