Sander van der Burg
e51cfc777a
Added libv4l which is now a required dependency for kdenetwork-4.4.1
...
svn path=/nixpkgs/trunk/; revision=20349
2010-03-03 10:37:38 +00:00
Rob Vermaas
e260b68122
added NIX_ANT_ARGS to ant wrapper
...
svn path=/nixpkgs/trunk/; revision=20334
2010-03-02 15:54:54 +00:00
Rob Vermaas
af2f53ab89
hydra-ant-logger
...
svn path=/nixpkgs/trunk/; revision=20332
2010-03-02 15:37:04 +00:00
Eelco Dolstra
979e808838
* NSPR updated to 4.8.3.
...
svn path=/nixpkgs/trunk/; revision=20327
2010-03-02 15:09:20 +00:00
Lluís Batlle i Rossell
cc068f0be8
Adding the itk libraries.
...
Adding a skeleton of the seg3d package. It builds, but libraries and rpaths are wrong.
I hope to fix it soon.
svn path=/nixpkgs/trunk/; revision=20320
2010-03-01 23:31:35 +00:00
Ludovic Courtès
a86e0ad8aa
pyopengl: Move to `python-packages.nix'.
...
svn path=/nixpkgs/trunk/; revision=20317
2010-03-01 17:08:25 +00:00
Ludovic Courtès
06944c9e13
Ikarus: Update URLs.
...
svn path=/nixpkgs/trunk/; revision=20316
2010-03-01 17:08:21 +00:00
Ludovic Courtès
ee2eb5b98a
Bigloo: Add meta.maintainers' and
meta.platforms'.
...
svn path=/nixpkgs/trunk/; revision=20315
2010-03-01 17:08:16 +00:00
Rob Vermaas
63993b0c9b
ecj darwin~
...
svn path=/nixpkgs/trunk/; revision=20312
2010-03-01 16:40:02 +00:00
Ludovic Courtès
72d59e3920
buildPythonPackage: Adapt to the cross-build-aware `stdenv'.
...
svn path=/nixpkgs/trunk/; revision=20306
2010-03-01 13:12:56 +00:00
Ludovic Courtès
67b7a89daf
Move zope.interface' to
python-packages.nix'.
...
svn path=/nixpkgs/trunk/; revision=20305
2010-03-01 13:12:52 +00:00
Rob Vermaas
6dbcd591ef
use mesaplatforms from lib
...
svn path=/nixpkgs/trunk/; revision=20302
2010-03-01 12:32:40 +00:00
Rob Vermaas
9308f0465f
set meta.platforms to get rid of hydra evaluation errors (assertions)
...
svn path=/nixpkgs/trunk/; revision=20300
2010-03-01 12:21:12 +00:00
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
Lluís Batlle i Rossell
9e12d318b0
Updating libmsn to fit kdenetwork-4.4 needs
...
svn path=/nixpkgs/trunk/; revision=19969
2010-02-12 23:31:47 +00:00
Lluís Batlle i Rossell
e0ff817c40
Big kde-related update.
...
I updated cmake to use CMAKE_PREFIX_PATH instead of CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH.
There were some expressions in kde that required CMAKE_PREFIX_PATH, and now they are not anymore
a special case.
I updated most kde-4.4 files to point to kde-4.4.0 sources instead of 4.3.4 .
svn path=/nixpkgs/trunk/; revision=19965
2010-02-12 21:58:27 +00:00
Ludovic Courtès
0c17cced16
GMP: Build on all platforms.
...
svn path=/nixpkgs/trunk/; revision=19955
2010-02-12 14:14:45 +00:00
Ludovic Courtès
a45675427f
BDW-GC: Build on all platforms.
...
svn path=/nixpkgs/trunk/; revision=19954
2010-02-12 14:14:40 +00:00
Ludovic Courtès
76494a3029
libunistring: Build on all platforms.
...
svn path=/nixpkgs/trunk/; revision=19951
2010-02-12 13:40:53 +00:00
Eelco Dolstra
f2b0c5a6fa
* librsync: pass --enable-shared to get shared libraries. Then the
...
-fPIC flag is no longer needed.
svn path=/nixpkgs/trunk/; revision=19949
2010-02-12 12:27:48 +00:00
Eelco Dolstra
8fab70fde3
* redland: make the dependency on postgresql, mysql, sqlite and db4
...
optional. It's really not necessary for KDE to depend on four
different databases...
svn path=/nixpkgs/trunk/; revision=19932
2010-02-11 14:31:49 +00:00
Marc Weber
cb9030b947
use --with-dbus-daemondir= cause DBUS_DAEMONDIR seems to be broken?
...
dbus-launch no longer reports any errors
svn path=/nixpkgs/trunk/; revision=19919
2010-02-11 02:43:45 +00:00
Sander van der Burg
e7739553e6
Added PyQt 4.7 expression required by KDE 4.4.x
...
svn path=/nixpkgs/trunk/; revision=19911
2010-02-10 16:09:12 +00:00
Sander van der Burg
31cbd149d2
- Completed all dependencies for kdelibs-4.4.0
...
- Added SIP 4.10 required for pyqt-4.7.x
- Removed kde libs experimental, which does not exists anymore in 4.4.0
svn path=/nixpkgs/trunk/; revision=19910
2010-02-10 16:01:55 +00:00
Lluís Batlle i Rossell
41687e464e
Updating doxygen.
...
svn path=/nixpkgs/trunk/; revision=19907
2010-02-10 15:35:37 +00:00
Sander van der Burg
bcb6e407ea
Added my initial KDE 4.4 expression
...
svn path=/nixpkgs/trunk/; revision=19906
2010-02-10 15:06:50 +00:00
Eelco Dolstra
3beabfeb59
svn path=/nixpkgs/trunk/; revision=19904
2010-02-10 13:37:28 +00:00
Eelco Dolstra
31b1ba6b11
* apr: don't use accept4(), because it's not support on Linux <
...
2.6.28. It's rather unfortunate that the result of building apr
depends on the capabilities of the kernel on which it's built...
svn path=/nixpkgs/trunk/; revision=19903
2010-02-10 13:30:57 +00:00
Ludovic Courtès
da1f088b3f
TDB, the trivial database.
...
svn path=/nixpkgs/trunk/; revision=19895
2010-02-10 11:28:18 +00:00
Michael Raskin
357a19ec4e
Add some configure options for ECL
...
svn path=/nixpkgs/trunk/; revision=19885
2010-02-09 13:54:29 +00:00
Rob Vermaas
becfc4fd55
* opendbx: rewrite hack to preConfigure
...
svn path=/nixpkgs/trunk/; revision=19880
2010-02-09 11:46:27 +00:00
Eelco Dolstra
8126b88ef1
* Doh.
...
svn path=/nixpkgs/trunk/; revision=19879
2010-02-09 10:43:13 +00:00
Eelco Dolstra
6478e92556
* Symlink propagated-user-env-packages to
...
propagated-build-native-inputs rather than propagated-build-inputs.
svn path=/nixpkgs/trunk/; revision=19878
2010-02-09 10:42:36 +00:00
Rob Vermaas
66e655fce8
shared lib patch for libmilter
...
svn path=/nixpkgs/trunk/; revision=19876
2010-02-09 10:37:44 +00:00
Rob Vermaas
a5cecee12e
added libmilter, opendkim
...
svn path=/nixpkgs/trunk/; revision=19875
2010-02-09 10:32:55 +00:00
Rob Vermaas
10acccb622
added tre-0.8.0
...
svn path=/nixpkgs/trunk/; revision=19873
2010-02-09 09:09:25 +00:00
Rob Vermaas
b3dfc53d15
added opendbx 1.4.4
...
svn path=/nixpkgs/trunk/; revision=19872
2010-02-09 09:05:14 +00:00
Eelco Dolstra
97a6ecb879
* Incorrect filename: 4.3.2 -> 4.3.1
...
svn path=/nixpkgs/trunk/; revision=19869
2010-02-08 17:46:34 +00:00
Rob Vermaas
2bbb78ab94
use gmp 4.3.2 on i686-darwin
...
svn path=/nixpkgs/trunk/; revision=19864
2010-02-08 13:58:25 +00:00
Eelco Dolstra
d8c6bb130c
* Sync with the trunk one last time.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19849
2010-02-05 23:06:36 +00:00
Eelco Dolstra
aee659e1e2
* Fix various broken URLs / mirrors.
...
* Updated tcpdump, ImageMagick, lsof.
svn path=/nixpkgs/trunk/; revision=19847
2010-02-05 22:00:51 +00:00
Eelco Dolstra
631ea03875
* Fix / disable some packages that give evaluation errors in Hydra.
...
svn path=/nixpkgs/trunk/; revision=19833
2010-02-05 14:13:25 +00:00
Lluís Batlle i Rossell
df0800e91d
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19825
2010-02-04 19:08:28 +00:00
Peter Simons
4193cac8de
Added an interactive variant of sqlite3 that has readline support enabled.
...
svn path=/nixpkgs/trunk/; revision=19823
2010-02-04 16:07:15 +00:00
Lluís Batlle i Rossell
c83ce140e1
Adding 'duplicity', and its dependency 'librsync'
...
svn path=/nixpkgs/trunk/; revision=19813
2010-02-04 13:42:41 +00:00
Sander van der Burg
318dc53aa3
Fixed dbus-glib compilation on FreeBSD
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19793
2010-02-03 20:20:00 +00:00
Sander van der Burg
d26683f5a9
Fixed compilation for GLib on FreeBSD
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19790
2010-02-03 16:12:19 +00:00
Eelco Dolstra
a617a7c239
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19786
2010-02-03 14:23:43 +00:00
Eelco Dolstra
3687f56e7a
* Drop the rhpl dependency in kdeadmin and kdeutils because it doesn't
...
build.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19779
2010-02-03 12:56:57 +00:00
Eelco Dolstra
096cd4d17d
* Contrary to what configure --help' says,
--enable-threadsafe' is
...
not the default. So turn it on.
svn path=/nixpkgs/trunk/; revision=19772
2010-02-03 10:51:11 +00:00
Eelco Dolstra
a066167a9e
* Fix building apr on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=19766
2010-02-02 16:49:07 +00:00