Lluís Batlle i Rossell
8cf1f739e2
Fixing the cross-glibc soft float case.
...
svn path=/nixpkgs/trunk/; revision=20276
2010-02-27 20:02:21 +00:00
Lluís Batlle i Rossell
fca769846a
Adding a new special attribute for mkDerivation: crossAttrs. It sits next to
...
"meta" and "passthru", and these attributes will be appended to the usual
mkDerivation attributes only if the package is cross built.
This allows putting some of the cross-building logic in the mkDerivation
nix parameters, and not only in the final builder script, as it was until now.
svn path=/nixpkgs/trunk/; revision=20272
2010-02-27 17:35:42 +00:00
Lluís Batlle i Rossell
5ca75ac276
Updating gdb
...
svn path=/nixpkgs/trunk/; revision=20271
2010-02-27 13:00:55 +00:00
Lluís Batlle i Rossell
b1b7266aa3
After some testing with an ultrasparc cross-compiler:
...
Updating the cross-build expressions, adding some flexibility.
Updated the linux headers used cross building, as 2.6.28 had bugs on endianness in
sparc64.
There were, as usual some bugs in gcc. Maybe not many make a cross compiler to
ultrasparc.
For the record, I could build an ultrasparc kernel with this base nix:
import /etc/nixos/nixpkgs/default.nix # The root nixpkgs default.nix
{
crossSystem = {
config = "sparc64-unknown-linux";
bigEndian = true;
arch = "sparc64";
float = "soft";
withTLS = true;
cpu = "ultrasparc";
};
config = pkgs: {
packageOverrides = pkgs : {
platform = {
name = "sparc64";
kernelHeadersBaseConfig = "sparc64_defconfig";
kernelBaseConfig = "sparc64_defconfig";
kernelArch = "sparc";
kernelAutoModules = false;
kernelTarget = "zImage";
uboot = null;
};
};
};
}
Although it did not boot directly in qemu-system-sparc64:
[sparc64] Kernel already loaded
Unhandled Exception 0x0000000000000020
PC = 0x0000000000404000 NPC = 0x0000000000404004
svn path=/nixpkgs/trunk/; revision=20269
2010-02-27 00:52:48 +00:00
Michael Raskin
df0922aab7
Fix argument retrieval
...
svn path=/nixpkgs/trunk/; revision=20263
2010-02-26 07:14:11 +00:00
Michael Raskin
98c282d12b
Make Unicode support optional
...
svn path=/nixpkgs/trunk/; revision=20261
2010-02-26 07:02:18 +00:00
Michael Raskin
5b4f9b1e56
Update ECL
...
svn path=/nixpkgs/trunk/; revision=20247
2010-02-25 12:54:46 +00:00
Michael Raskin
7ec7268649
Added Clozure CL
...
svn path=/nixpkgs/trunk/; revision=20211
2010-02-24 09:04:29 +00:00
Rob Vermaas
1ed9b2e7a4
update strategoxt 0.18pre version
...
svn path=/nixpkgs/trunk/; revision=20210
2010-02-24 08:50:59 +00:00
Michael Raskin
24614bdffe
Manually fix ecl-config. Not that we really care what it says, but it should not give unsuable flag set
...
svn path=/nixpkgs/trunk/; revision=20203
2010-02-23 21:32:16 +00:00
Eelco Dolstra
7cbff16472
* This is not the real aterm 2.5 ;-)
...
svn path=/nixpkgs/trunk/; revision=20196
2010-02-23 16:05:46 +00:00
Eelco Dolstra
fe7b877afd
* The installed ATerm 2.5 headers refer to SIZEOF_LONG etc., which are
...
not set anywhere. This causes other packages to break on 64-bit
platforms unless they happen to define those macros. So don't rely
on them.
svn path=/nixpkgs/trunk/; revision=20194
2010-02-23 14:43:09 +00:00
Lluís Batlle i Rossell
a13774ecfe
Making opencascade build its visualization, DRAW, and WOK libraries/tools.
...
svn path=/nixpkgs/trunk/; revision=20193
2010-02-23 14:20:10 +00:00
Lluís Batlle i Rossell
ead553d9e5
Updating ddd, and adding a small patch for it to compile with gcc 4.4
...
svn path=/nixpkgs/trunk/; revision=20161
2010-02-22 08:08:29 +00:00
Alexander Tsamutali
618c0f040a
development/libraries/haskell/X11-xft: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=20155
2010-02-21 15:45:13 +00:00
Lluís Batlle i Rossell
40985548d1
Merging from Oleksandr:
...
Updating some gnome packages and pigz.
svn path=/nixpkgs/trunk/; revision=20154
2010-02-21 12:25:36 +00:00
Michael Raskin
1966b6bde5
Remove erroneous mkDerivation
...
svn path=/nixpkgs/trunk/; revision=20145
2010-02-21 07:34:50 +00:00
Michael Raskin
c902a64fb7
Update PLT Scheme
...
svn path=/nixpkgs/trunk/; revision=20141
2010-02-20 18:34:50 +00:00
Ludovic Courtès
97c9ff361f
GNU Guile 1.9.8.
...
svn path=/nixpkgs/trunk/; revision=20140
2010-02-20 16:19:36 +00:00
Eelco Dolstra
06f07381c4
* Fix some evaluation errors.
...
* Removed glibc 2.10.
svn path=/nixpkgs/trunk/; revision=20130
2010-02-19 15:40:37 +00:00
Lluís Batlle i Rossell
912bbd7aa1
Removing the qt as an opencascade dependency. It is not used at all there.
...
svn path=/nixpkgs/trunk/; revision=20128
2010-02-19 14:25:23 +00:00
Lluís Batlle i Rossell
cdf6235ac9
Making opencascade link properly its shared objects with their dependencies. Its libtool script
...
used 'file' to find the shared object needed on linking.
svn path=/nixpkgs/trunk/; revision=20112
2010-02-18 16:24:45 +00:00
Lluís Batlle i Rossell
5fc64e5f9c
Again, trying to fix the kernel build.
...
It seems that there is no make target named 'vmlinuz' that makes the file 'vmlinuz'.
So we need different variables for the make target and the kernel file. Unless we
some day stop using the file 'vmlinuz' in pc, and use bzImage.
svn path=/nixpkgs/trunk/; revision=20092
2010-02-18 10:25:33 +00:00
Marc Weber
fd18682bc4
fix cabal builds (propagatedBuildNativeInputs)
...
svn path=/nixpkgs/trunk/; revision=20088
2010-02-18 01:49:50 +00:00
Marc Weber
82b66086dd
make ctags find ruby modules
...
svn path=/nixpkgs/trunk/; revision=20087
2010-02-18 01:49:48 +00:00
Michael Raskin
a3282d5e3e
Nuke networking tests for SBCL
...
svn path=/nixpkgs/trunk/; revision=20074
2010-02-17 10:40:25 +00:00
Eelco Dolstra
3687bc9e39
* libdrm updated to 2.4.18 ("motivated by a fix for a bug in the intel
...
support which was causing dramatic failures with at least version
2.10 of the xf86-video-intel driver").
svn path=/nixpkgs/trunk/; revision=20073
2010-02-17 09:56:04 +00:00
Michael Raskin
c8dd2f9891
Give up on /etc/passwd-requiring tests
...
svn path=/nixpkgs/trunk/; revision=20069
2010-02-17 08:24:02 +00:00
Michael Raskin
6a51d0465d
Try updating SBCL
...
svn path=/nixpkgs/trunk/; revision=20066
2010-02-17 06:50:45 +00:00
Michael Raskin
5401a03919
Disable checks - the failure reason is impossibility to resolve localhost
...
svn path=/nixpkgs/trunk/; revision=20065
2010-02-17 06:43:49 +00:00
Ludovic Courtès
31f2bd9886
GNU Libidn 1.18.
...
svn path=/nixpkgs/trunk/; revision=20041
2010-02-16 10:48:02 +00:00
Ludovic Courtès
1afa19a68a
libunistring: Try to get the shared library on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=20038
2010-02-16 09:08:40 +00:00
Sander van der Burg
61980ddf12
Fixed rhpl which also fixes printer support in kdeadmin
...
svn path=/nixpkgs/trunk/; revision=20031
2010-02-15 21:53:31 +00:00
Eelco Dolstra
822d59d4f9
* Remove phpIniBuilder (obsolete).
...
svn path=/nixpkgs/trunk/; revision=20028
2010-02-15 20:29:50 +00:00
Lluís Batlle i Rossell
7390c0e31f
Making pulseaudio optional on libao.
...
svn path=/nixpkgs/trunk/; revision=20018
2010-02-15 17:10:35 +00:00
Lluís Batlle i Rossell
6c622c014d
octave wants x11 (I reported this to octave as a bug).
...
Maybe it got in from their recent fltk/gl attempts to make their own plotter.
svn path=/nixpkgs/trunk/; revision=20017
2010-02-15 17:10:25 +00:00
Eelco Dolstra
e9ad76a2ff
* Upstart updated to 0.6.5.
...
* Added libnih (a dependency of Upstart).
* Removed the old Upstart 0.3.x.
svn path=/nixpkgs/trunk/; revision=20015
2010-02-15 15:55:39 +00:00
Armijn Hemel
c0e9630d98
update to 4.6.2
...
svn path=/nixpkgs/trunk/; revision=20010
2010-02-15 14:38:57 +00:00
Lluís Batlle i Rossell
43e167641f
Updating octave and gnuplot.
...
svn path=/nixpkgs/trunk/; revision=20007
2010-02-15 10:54:50 +00:00
Ludovic Courtès
39a69da121
libunistring: Disable tests on non-GNU systems.
...
svn path=/nixpkgs/trunk/; revision=20005
2010-02-15 09:36:33 +00:00
Ludovic Courtès
471184bb38
GCC: Try to build on `i686-darwin'.
...
svn path=/nixpkgs/trunk/; revision=20004
2010-02-15 09:36:23 +00:00
Lluís Batlle i Rossell
dac3633341
Adding 'glib' as buildInput to webkit (its configure script wanteed it).
...
Naming all the buildInputs as for the target system (s/buildNativeInputs/buildInputs).
svn path=/nixpkgs/trunk/; revision=20002
2010-02-15 08:42:45 +00:00
Sander van der Burg
6bcf488584
Upgraded pycups to 1.9.48
...
svn path=/nixpkgs/trunk/; revision=19999
2010-02-14 23:02:22 +00:00
Ludovic Courtès
d8a5443d61
GNU libunistring 0.9.2.1.
...
svn path=/nixpkgs/trunk/; revision=19995
2010-02-14 22:05:50 +00:00
Sander van der Burg
019db7b9dc
- Added libssh (used by kdebase-runtime)
...
- Completed kdebase-runtime 4.4.0
svn path=/nixpkgs/trunk/; revision=19994
2010-02-14 21:56:35 +00:00
Marc Weber
92c42c9000
fix gimp plugins, webkit build
...
svn path=/nixpkgs/trunk/; revision=19988
2010-02-14 00:33:57 +00:00
Marc Weber
63abe29481
update commoncpp2 (to make it compile again)
...
svn path=/nixpkgs/trunk/; revision=19982
2010-02-13 17:39:15 +00:00
Lluís Batlle i Rossell
a21df5e172
I'll try to remove the hydra evaluation errors (throws) about ghc bootstrapping.
...
svn path=/nixpkgs/trunk/; revision=19981
2010-02-13 16:48:12 +00:00
Lluís Batlle i Rossell
911dfd89fc
vtk had a wrong version version in its 'name'
...
svn path=/nixpkgs/trunk/; revision=19978
2010-02-13 16:06:25 +00:00
Lluís Batlle i Rossell
ce46e7ff63
Found a new phonon (in 'unstable'), and I think kde-4.4 should be able to link with it.
...
I updated gstreamer too, because this phonon was not finding a header file. As that
did not fix much the phonon build, I helped the generic builder with NIX_CFLAGS_COMPILER for
phonon to find the proper header files. Either the phonon cmake scripts don't find properly
the gstreamer plugins header file, or we install gstreamer in a strange way.
svn path=/nixpkgs/trunk/; revision=19974
2010-02-13 14:03:07 +00:00