Lluís Batlle i Rossell
d82c7e0a69
Adding uboot cross compilation. I had to adapt the package a bit, because it
...
does not use autotools.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18362
2009-11-15 22:56:06 +00:00
Lluís Batlle i Rossell
307cbd7b3b
First attempt for the full stdenvCross. I think that it should work. The
...
toolchain for arm built.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18355
2009-11-15 16:48:36 +00:00
Lluís Batlle i Rossell
2412034611
Cleaning a bit around gcc43_RealCross
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18352
2009-11-15 05:39:22 +00:00
Lluís Batlle i Rossell
9b977f5c60
Fixing many things related to the cross compilation in stdenvCross.
...
It still does not work, but I think I already get glibc cross compiled.
Next: gcc and g++, and set some setup script hooks on stdenvCross.
It took quite enough hours for this commit.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18351
2009-11-15 05:28:35 +00:00
Lluís Batlle i Rossell
2aba922d30
My first attempt at getting cross compilers in nixpkgs.
...
My idea is to provide special stdenv expressions that will contain in the path
additional cross compilers. As most expressions for programs accept a stdenv parameter,
we could substitute this parameter with the special stdenv, which will have a
generic builder that attempts the usual "--target=..." and can additionally
have an env variable like "cross" with the target architecture set.
So, finally we could have additional expressions like this:
bashRealArm = makeOverridable (import ../shells/bash) {
inherit fetchurl bison;
stdenv = stdenvCross "armv5tel-unknown-linux-gnueabi";
};
Meanwhile it does not work - I still cannot get the cross-gcc to build.
I think it does not fill the previous expressions with a lot of noise, so I
think it may be a good path to follow.
I only touched some files of the current stdenv: gcc-4.3, kernel headers
2.6.28, glibc 2.9, ...
I tried to use the gcc-cross-wrapper, that may be very outdated. Maybe I will
update it, or update the gcc-wrapper expression to make it fit the cross tools,
but meanwhile I even cannot build gcc, so I have not tested the wrapper.
This new idea on cross compiling is not similar to that of the
nixpkgs/branches/cross-compilation, which mostly added bare new expressions for
anything to be cross compiled, if I understood it correctly.
I cared not to break anything of the usual stdenv in all this work.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18343
2009-11-14 08:11:30 +00:00
Lluís Batlle i Rossell
6864119104
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18341
2009-11-13 19:19:34 +00:00
Marc Weber
f5d0193047
synergy broke by xorg-update
...
svn path=/nixpkgs/trunk/; revision=18335
2009-11-12 16:11:44 +00:00
Sander van der Burg
ac64ef2275
Upgraded JBoss to 5.1.0
...
svn path=/nixpkgs/trunk/; revision=18329
2009-11-11 15:52:26 +00:00
Pjotr Prins
84147f4477
Force gcc42 for arb (otherwise headers balk)
...
svn path=/nixpkgs/trunk/; revision=18324
2009-11-10 17:16:06 +00:00
Marco Maggesi
849f42d7bc
Add package OpenAFS
...
svn path=/nixpkgs/trunk/; revision=18319
2009-11-10 14:59:39 +00:00
Marco Maggesi
e2057ffe04
Add package ledger
...
svn path=/nixpkgs/trunk/; revision=18316
2009-11-10 11:02:45 +00:00
Rob Vermaas
85ee8e90b7
make static sdf2bundle
...
svn path=/nixpkgs/trunk/; revision=18312
2009-11-09 14:43:01 +00:00
Marco Maggesi
c0a1119f10
Reintroduced attribute scsh accidentally removed in revision 18299.
...
svn path=/nixpkgs/trunk/; revision=18311
2009-11-09 13:20:27 +00:00
Lluís Batlle i Rossell
de6aa89c45
Updating xchm.
...
svn path=/nixpkgs/trunk/; revision=18310
2009-11-09 11:55:31 +00:00
Lluís Batlle i Rossell
4f906f38a8
Updating qemu to 0.11.0, and making it use stdenv with the usual gcc, and not an older.
...
svn path=/nixpkgs/trunk/; revision=18305
2009-11-09 09:15:58 +00:00
Wouter den Breejen
5fae957741
Added par2, unzip/rar as dependencies so they are not picked up from PATH
...
svn path=/nixpkgs/trunk/; revision=18304
2009-11-08 23:39:06 +00:00
Michael Raskin
6722c6c22f
A package to feed to HAL to get synaptics support
...
svn path=/nixpkgs/trunk/; revision=18299
2009-11-08 22:12:55 +00:00
Wouter den Breejen
123e595990
Added sabnzbd usenet download tool :)
...
svn path=/nixpkgs/trunk/; revision=18294
2009-11-08 19:55:37 +00:00
Lluís Batlle i Rossell
be2ff23280
Making the 'makeInitrd' expression use "platform"
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18292
2009-11-08 18:47:55 +00:00
Lluís Batlle i Rossell
4b27d28701
Porting changes from stdenv-updates into this branch.
...
This comes from:
svn diff ^/nixpkgs/trunk/@18255 ^/nixpkgs/branches/stdenv-updates/ > diff
patch -p0 < diff
and then adding into svn all files new from the patch.
trunk@18255 comes from the last time I updated stdenv-updates from trunk.
svn path=/nixpkgs/stdenv-updates2/; revision=18272
2009-11-08 00:32:12 +00:00
Marco Maggesi
4d0e24acd3
Add packages scsh, The Scheme Shell
...
svn path=/nixpkgs/trunk/; revision=18248
2009-11-07 11:17:53 +00:00
Ludovic Courtès
a7faea338c
GnuTLS 2.8.5, with LZO support, and with external libtasn1.
...
svn path=/nixpkgs/trunk/; revision=18233
2009-11-06 22:44:23 +00:00
Ludovic Courtès
1cebea089b
GNU Plotutils: cosmetic changes; adding myself as co-maintainer.
...
svn path=/nixpkgs/trunk/; revision=18231
2009-11-06 22:44:13 +00:00
Lluís Batlle i Rossell
005bf71e51
Updating neverball. That required adding physfs.
...
svn path=/nixpkgs/trunk/; revision=18220
2009-11-06 19:25:45 +00:00
Peter Simons
56e06c9790
pkgs/top-level/all-packages.nix: added support for overriding Nix's storeDir and stateDir in nix-pkgs.conf
...
This patch allows Nix to be build using store locations other than "/nix".
svn path=/nixpkgs/trunk/; revision=18206
2009-11-06 13:30:06 +00:00
Marco Maggesi
b1e7aac0fd
Add MIT Kerberos implementation krb5.
...
svn path=/nixpkgs/trunk/; revision=18202
2009-11-06 12:57:29 +00:00
Rob Vermaas
e3099a7cec
* added haskell libraries: webserver, json 0.3.6, http 3001, base64string, CS173Tourney
...
* added dep on getopt to couchdb
svn path=/nixpkgs/trunk/; revision=18201
2009-11-06 12:38:54 +00:00
Michael Raskin
3b273b945a
Build 2.6.31-zen-stable kernels
...
svn path=/nixpkgs/trunk/; revision=18195
2009-11-06 11:24:49 +00:00
Michael Raskin
8334ad8b2a
Roll back SBCL
...
svn path=/nixpkgs/trunk/; revision=18189
2009-11-06 10:13:00 +00:00
Michael Raskin
73933c7f9b
Comment out gcl as broken
...
svn path=/nixpkgs/trunk/; revision=18188
2009-11-06 09:44:03 +00:00
Michael Raskin
2e99554064
Try using latest CLisp for SBCL in case SBCL fixed compatibility issues
...
svn path=/nixpkgs/trunk/; revision=18184
2009-11-06 07:39:59 +00:00
Eelco Dolstra
ade60645af
* Nix 0.13.
...
svn path=/nixpkgs/trunk/; revision=18175
2009-11-05 23:47:53 +00:00
Michael Raskin
dca59abcca
Update Zen Kernel
...
svn path=/nixpkgs/trunk/; revision=18174
2009-11-05 23:32:48 +00:00
Michael Raskin
ddae0905e3
Update x11vnc arguments
...
svn path=/nixpkgs/trunk/; revision=18171
2009-11-05 22:27:46 +00:00
Michael Raskin
4d02c927e6
Fix ratpoison dependencies
...
svn path=/nixpkgs/trunk/; revision=18166
2009-11-05 21:53:37 +00:00
Ludovic Courtès
82579d30d0
Remove old, commented GCJ expression.
...
svn path=/nixpkgs/trunk/; revision=18165
2009-11-05 21:43:05 +00:00
Ludovic Courtès
24c70760cd
GCJ 4.4: Fix missing <X11/extensions/XInput.h> by adding `libXi'.
...
That header used to be provided by inputproto-1.4 but is no longer
provided by inputproto-2.0.
svn path=/nixpkgs/trunk/; revision=18164
2009-11-05 21:43:00 +00:00
Lluís Batlle i Rossell
8120292b21
Fixing some wxGTK dangling attributes I forgot in a recent commit.
...
svn path=/nixpkgs/trunk/; revision=18162
2009-11-05 21:34:44 +00:00
Lluís Batlle i Rossell
91c8df91bf
Adding the Unichrome xorg video driver, and updating the Openchrome.
...
svn path=/nixpkgs/trunk/; revision=18161
2009-11-05 21:34:31 +00:00
Michael Raskin
09f38459d3
GCL expression unfinished..
...
svn path=/nixpkgs/trunk/; revision=18160
2009-11-05 21:11:39 +00:00
Michael Raskin
e4a67dbe5b
Fix wxGTK reference for xchm
...
svn path=/nixpkgs/trunk/; revision=18156
2009-11-05 21:08:53 +00:00
Ludovic Courtès
05437f62c9
Add hwloc 0.9.2, renamed from libtopology.
...
svn path=/nixpkgs/trunk/; revision=18152
2009-11-05 18:46:46 +00:00
Marco Maggesi
c713b0ed67
Preliminary version of package ssreflect
...
Add expression for ssreflect, an extension to the Coq Proof Assistant.
Still has some clitches (see TODO in default.nix) but is usable anyway.
svn path=/nixpkgs/trunk/; revision=18145
2009-11-05 15:08:12 +00:00
Rob Vermaas
3bfd5b2d9c
added couchdb 0.8.1-incubating
...
svn path=/nixpkgs/trunk/; revision=18141
2009-11-05 14:41:05 +00:00
Peter Simons
4d675a283e
pkgs/development/interpreters/python/2.6/default.nix: fixed build on Darwin
...
svn path=/nixpkgs/trunk/; revision=18136
2009-11-05 13:44:30 +00:00
Lluís Batlle i Rossell
9b7670ce5b
Setting wxGTK to use the old gtk libs. Until wxGTK 2.8.11 they will not fix
...
a symbol clash with glib 2.21. So we keep with glib 2.20.
I also changed the default wxGTK from 2.6 to 2.8, caring so no hash is changed due to
this change. Some packages using 2.6 may well build with 2.8, so we can try updating
them for another commit.
svn path=/nixpkgs/trunk/; revision=18133
2009-11-05 13:29:52 +00:00
Rob Vermaas
724d21e3b0
updated version of chrome
...
svn path=/nixpkgs/trunk/; revision=18131
2009-11-05 10:50:57 +00:00
Eelco Dolstra
d9f65496d4
* "Fix" Perl on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=18129
2009-11-05 09:11:25 +00:00
Eelco Dolstra
b039fddfbc
* Merged the xorg-7.5 branch, which provides X.org 7.5 and various
...
other X-related updates.
svn path=/nixpkgs/trunk/; revision=18124
2009-11-04 22:42:44 +00:00
Lluís Batlle i Rossell
2e8ae96930
Updating vwm and its libraries.
...
svn path=/nixpkgs/trunk/; revision=18123
2009-11-04 22:38:26 +00:00