Sander van der Burg
bfbdc2db7c
Stole a patch from gentoo to fix the compilation of libmsn against OpenSSL-1.0.0
...
svn path=/nixpkgs/trunk/; revision=22805
2010-07-29 09:41:29 +00:00
Eelco Dolstra
ba498d4a43
* composedArgsAndFun -> makeOverridable for consistency.
...
* Rename a few single-version packages to "default.nix".
svn path=/nixpkgs/trunk/; revision=22803
2010-07-29 08:21:21 +00:00
Eelco Dolstra
b1afe4e7ac
* Finish renaming.
...
svn path=/nixpkgs/trunk/; revision=22801
2010-07-29 07:02:26 +00:00
Eelco Dolstra
5b2dcdd24d
* Remove the old PHP.
...
svn path=/nixpkgs/trunk/; revision=22800
2010-07-29 07:00:00 +00:00
Eelco Dolstra
f1598a8941
* More cleanup.
...
svn path=/nixpkgs/trunk/; revision=22798
2010-07-28 18:01:17 +00:00
Eelco Dolstra
749b8607ca
* More cleanup.
...
svn path=/nixpkgs/trunk/; revision=22795
2010-07-28 15:35:01 +00:00
Peter Simons
27fe0c57f3
pkgs/development/python-modules/pycrypto: enable building of this package on all GNU platforms
...
svn path=/nixpkgs/trunk/; revision=22794
2010-07-28 13:10:18 +00:00
Peter Simons
12943b6a3e
pkgs/development/python-modules/pycrypto: downgrade to 2.0.1
...
The download sites for 2.1.0 all appear to be offline.
svn path=/nixpkgs/trunk/; revision=22793
2010-07-28 13:09:44 +00:00
Peter Simons
60026c0a32
pkgs/development/libraries/crypto++: added todo note about removing cryptotest.exe from the installed image
...
svn path=/nixpkgs/trunk/; revision=22790
2010-07-28 13:08:49 +00:00
Peter Simons
66b8ff8e0c
pkgs/development/python-modules/pycrypto: updated homepage and download URL to use http://www.pycrypto.org/
...
svn path=/nixpkgs/trunk/; revision=22789
2010-07-28 13:07:48 +00:00
Peter Simons
93b18ceb30
pkgs/development/python-modules/generic: parameterize build/install command
...
The generic 'buildPythonPackage' function used to use the build/install command
"easy_install" unconditionally. That didn't work for python-numpy, for
instance, because the package wants "setup.py" run with additional parameters
to determine the fortran compiler of choice. The newly introduced function
argument 'installCommand' allows to implement this. By passing that parameter,
the default build command can be overridden.
svn path=/nixpkgs/trunk/; revision=22786
2010-07-28 13:05:04 +00:00
Peter Simons
b89f310c7a
pkgs/development/libraries/crypto++: fixed build impurity
...
* Don't build with "-march=native", because the generated binaries
won't work reliably on systems with a different CPU. Instead,
"--march=i686" is used on x86, and "--march=nocona" an x86_64.
Otherwise, "--march" remains unset.
* Compile with -O3 instead of -O2. This code is performance-critical.
* Don't build with '-g'.
svn path=/nixpkgs/trunk/; revision=22785
2010-07-28 13:03:11 +00:00
Eelco Dolstra
6609710409
* Get rid of many instances of "args: with args;", and other coding
...
guidelines violations.
* Updated libsamplerate to 0.1.7.
svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00
Peter Simons
4e872b84ee
pyOpenSSL: updated to version 0.10
...
svn path=/nixpkgs/trunk/; revision=22773
2010-07-27 23:52:14 +00:00
Lluís Batlle i Rossell
2c9cdbb8f2
Revert "Version update for vxl", because:
...
- Although the file for 1.14 is in the upstream file repository, it's not
published in their web, which still talks about 1.13 for the stable release.
- The cmake files comming with this vxl fail (because of some weird dependency
on a doxygen.cmake file)
This reverts commit 22577
svn path=/nixpkgs/trunk/; revision=22750
2010-07-27 15:57:01 +00:00
Eelco Dolstra
3c57f1fd8a
* Fix zlib 1.2.5 on Cygwin. (The Makefile doesn't support building
...
just a static library.)
svn path=/nixpkgs/trunk/; revision=22748
2010-07-27 11:37:29 +00:00
Eelco Dolstra
228c6e0c1f
* Merged the x-updates branch (latest X server / libraries, GTK+,
...
Fontconfig, etc.).
svn path=/nixpkgs/trunk/; revision=22735
2010-07-26 13:59:12 +00:00
Eelco Dolstra
4a6eb1183e
* On x86_64-darwin, "./config" misdetects the system as
...
"darwin-i386-cc" (http://hydra.nixos.org/build/498076 ). So specify
the system type explicitly.
svn path=/nixpkgs/branches/x-updates/; revision=22726
2010-07-25 09:09:32 +00:00
Eelco Dolstra
3587a2f78e
* Doh.
...
svn path=/nixpkgs/branches/x-updates/; revision=22723
2010-07-23 15:36:35 +00:00
Eelco Dolstra
07afe31016
* Doh, we already had OpenSSL 1.0.0. Use the updated Darwin patch.
...
svn path=/nixpkgs/branches/x-updates/; revision=22722
2010-07-23 15:05:20 +00:00
Andres Löh
73bee7da33
Switched the default version of ghc and Haskell Platform to 6.12.3 and 2010.2.0.0.
...
svn path=/nixpkgs/trunk/; revision=22715
2010-07-22 18:47:59 +00:00
Andres Löh
6c90771ac6
* Updated darcs to 2.4.4.
...
* Added Haskell Platform 2010.2.0.0.
* Added cairo package in preparation for adding a new gtk2hs.
svn path=/nixpkgs/trunk/; revision=22714
2010-07-22 18:04:39 +00:00
Eelco Dolstra
b33d41ef08
* clutter-gtk updated to 0.10.4 so that it builds against the current
...
GTK+ (http://hydra.nixos.org/build/495170 ).
svn path=/nixpkgs/branches/x-updates/; revision=22711
2010-07-22 14:08:44 +00:00
Eelco Dolstra
0db478d40b
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=22707
2010-07-22 13:18:07 +00:00
Eelco Dolstra
0e6ea04477
* Update Ruby to 1.8.7-p299 to fix a build problem caused by the
...
upgrade to OpenSSL 1.0.0
(http://hydra.nixos.org/build/494496/nixlog/1/raw ).
svn path=/nixpkgs/branches/x-updates/; revision=22700
2010-07-22 09:49:48 +00:00
Ludovic Courtès
80bcec77ec
libevent 1.4.14b.
...
svn path=/nixpkgs/trunk/; revision=22697
2010-07-22 09:02:13 +00:00
Andres Löh
df9f4a8696
Added a couple of web-programming-related Haskell packages.
...
svn path=/nixpkgs/trunk/; revision=22683
2010-07-21 09:41:12 +00:00
Eelco Dolstra
78a5abdf85
* Updated the X.org server to 1.8.2. Note that it no longer depends
...
on HAL but instead uses udev to autoconfigure input devices. We'll
have to update the NixOS X server module accordingly, I guess. See
https://fedoraproject.org/wiki/Input_device_configuration .
* Updated Mesa to 7.8.2.
svn path=/nixpkgs/branches/x-updates/; revision=22681
2010-07-20 19:24:21 +00:00
Eelco Dolstra
0f53a3fca8
* Ignore missing directories in the <includedir> element. This allows
...
the NixOS system bus configuration to include directories such as
/nix/var/nix/profiles/default/etc/dbus-1/system.d/
which may not exist.
svn path=/nixpkgs/branches/x-updates/; revision=22672
2010-07-20 12:53:07 +00:00
Eelco Dolstra
cceb5bcf80
* Work around (temporarily?) broken URL.
...
svn path=/nixpkgs/branches/x-updates/; revision=22669
2010-07-19 23:24:16 +00:00
Eelco Dolstra
9909fdbbd6
* Fix evaluation problems.
...
svn path=/nixpkgs/branches/x-updates/; revision=22668
2010-07-19 22:24:26 +00:00
Eelco Dolstra
b8928b09fd
* Okay, make zlib a propagated build input of glib.
...
svn path=/nixpkgs/branches/x-updates/; revision=22666
2010-07-19 11:43:45 +00:00
Eelco Dolstra
b080c11720
* eggdbus now needs zlib because it uses glib's Requires.private.
...
Maybe zlib should be a propagatedBuildInput in glib, not sure.
svn path=/nixpkgs/branches/x-updates/; revision=22662
2010-07-19 10:32:31 +00:00
Eelco Dolstra
7d963c8bb3
* By default, OpenSSL on 64-bit platforms now installs libraries in
...
$out/lib64, which is not what we want.
svn path=/nixpkgs/branches/x-updates/; revision=22661
2010-07-19 10:27:46 +00:00
Eelco Dolstra
fbf2ed6067
* Remove MD2 support from Heimdal because OpenSSL 1.0.0 no longer has
...
it. See also
2a842e90d3
svn path=/nixpkgs/branches/x-updates/; revision=22657
2010-07-19 08:39:02 +00:00
Eelco Dolstra
ee182f843f
* Urgh, riverbankcomputing.co.uk constantly removed old releases. We
...
should mirror them.
svn path=/nixpkgs/branches/x-updates/; revision=22656
2010-07-19 08:25:09 +00:00
Eelco Dolstra
cb4a883683
* Update libxml2 to 2.7.7. This is necessary because of the zlib
...
update - xsltproc segfaults otherwise. (From the release notes:
"libxml violates the zlib interface and crashes".)
svn path=/nixpkgs/branches/x-updates/; revision=22655
2010-07-19 08:17:42 +00:00
Eelco Dolstra
0695a9707c
* GTK+ 2.20, Glib 2.24 etc.
...
svn path=/nixpkgs/branches/x-updates/; revision=22652
2010-07-18 23:22:59 +00:00
Eelco Dolstra
962276dd49
* dbus-glib updated to 0.86.
...
svn path=/nixpkgs/branches/x-updates/; revision=22651
2010-07-18 23:22:20 +00:00
Ludovic Courtès
cd06afd761
Add libchamplain, a library to display maps.
...
svn path=/nixpkgs/trunk/; revision=22649
2010-07-18 22:46:19 +00:00
Ludovic Courtès
cbd5317e82
Add Clutter{,-GTK}, a library for fancy GUIs.
...
svn path=/nixpkgs/trunk/; revision=22648
2010-07-18 22:45:03 +00:00
Eelco Dolstra
d514ac437a
* Dbus updated to 1.2.24.
...
svn path=/nixpkgs/branches/x-updates/; revision=22646
2010-07-18 22:00:40 +00:00
Eelco Dolstra
26521d42e2
* gtkLibs218 updated (glib-2.22.5, gtk+-2.18.9).
...
svn path=/nixpkgs/branches/x-updates/; revision=22645
2010-07-18 21:56:12 +00:00
Eelco Dolstra
02d85d19a2
* Fontconfig updated to 2.8.0.
...
svn path=/nixpkgs/branches/x-updates/; revision=22644
2010-07-18 21:55:31 +00:00
Eelco Dolstra
70ab33568d
* Cairo updated to 1.8.10.
...
svn path=/nixpkgs/branches/x-updates/; revision=22643
2010-07-18 21:55:12 +00:00
Eelco Dolstra
65d9c03c9a
* libdrm updated to 2.4.21.
...
svn path=/nixpkgs/branches/x-updates/; revision=22642
2010-07-18 21:54:57 +00:00
Eelco Dolstra
6b79040a0b
* libpng updated to 1.2.44.
...
svn path=/nixpkgs/branches/x-updates/; revision=22641
2010-07-18 21:54:42 +00:00
Eelco Dolstra
964c3d351f
* libtiff updated to 3.9.4.
...
svn path=/nixpkgs/branches/x-updates/; revision=22640
2010-07-18 21:54:28 +00:00
Eelco Dolstra
d06a183365
* OpenSSL updated to 1.0.0a.
...
svn path=/nixpkgs/branches/x-updates/; revision=22639
2010-07-18 21:54:14 +00:00
Eelco Dolstra
ef8bf2b077
* FreeType updated to 2.4.1. Note that the bytecode interpreter
...
patent has expired, so TT_CONFIG_OPTION_BYTECODE_INTERPRETER is now
the default. Whether it looks better now is subjective.
svn path=/nixpkgs/branches/x-updates/; revision=22638
2010-07-18 21:53:58 +00:00
Eelco Dolstra
b7324318cf
* zlib updated to 1.2.5.
...
svn path=/nixpkgs/branches/x-updates/; revision=22637
2010-07-18 21:52:39 +00:00
Eelco Dolstra
e0dd4232e1
* libjpeg updated to v8b.
...
svn path=/nixpkgs/branches/x-updates/; revision=22634
2010-07-18 21:51:53 +00:00
Andres Löh
5bd2be1d12
Version bump for regular library (Haskell).
...
svn path=/nixpkgs/trunk/; revision=22626
2010-07-18 18:29:05 +00:00
Andres Löh
5f8328c461
Preparing for the upcoming Haskell Platform release.
...
svn path=/nixpkgs/trunk/; revision=22620
2010-07-17 13:23:48 +00:00
Andres Löh
cf5e79f583
Version bump uu-parsinglib and uuagc.
...
svn path=/nixpkgs/trunk/; revision=22618
2010-07-16 11:57:33 +00:00
Andres Löh
bcc7c49488
Added the hint Haskell package plus dependencies.
...
svn path=/nixpkgs/trunk/; revision=22617
2010-07-16 10:39:02 +00:00
Ludovic Courtès
d88cd100c9
GCC 4.5: Fix libpthread-related `LIB_SPEC' on GNU.
...
svn path=/nixpkgs/trunk/; revision=22610
2010-07-15 14:06:09 +00:00
Ludovic Courtès
f0de698503
GCC 4.5: Augment `LIB_SPEC' so that GNU's libpthread's deps are visible.
...
svn path=/nixpkgs/trunk/; revision=22603
2010-07-14 23:21:36 +00:00
Lluís Batlle i Rossell
4457134e10
Making hydra build opencv.
...
svn path=/nixpkgs/trunk/; revision=22596
2010-07-14 07:50:06 +00:00
Ludovic Courtès
29ee6afbea
GCC 4.5: Patch the right header file for pthread on GNU.
...
svn path=/nixpkgs/trunk/; revision=22593
2010-07-13 23:42:25 +00:00
Eelco Dolstra
ed1172a0e5
* PHP updated to 5.2.13. Removed the "if version == ..." stuff, it's
...
bad practice.
svn path=/nixpkgs/trunk/; revision=22592
2010-07-13 22:35:50 +00:00
Ludovic Courtès
83335bda50
GCC 4.5: Add `-L${libpthread}/lib' unconditionally on GNU.
...
svn path=/nixpkgs/trunk/; revision=22585
2010-07-13 18:06:17 +00:00
Ludovic Courtès
97ab4c05b2
GCC 4.5: Fix pthread support for GNU.
...
svn path=/nixpkgs/trunk/; revision=22583
2010-07-13 16:32:26 +00:00
Ludovic Courtès
f0ef9cdb40
Avahi 0.6.27.
...
svn path=/nixpkgs/trunk/; revision=22582
2010-07-13 16:32:22 +00:00
Ludovic Courtès
a8d7566f1a
libdaemon 0.14.
...
svn path=/nixpkgs/trunk/; revision=22581
2010-07-13 16:32:19 +00:00
Lluís Batlle i Rossell
bfbcd39636
Version update for vxl
...
svn path=/nixpkgs/trunk/; revision=22577
2010-07-13 13:36:01 +00:00
Rob Vermaas
94bf409baf
updated patchelf 0.6 source to a link that should not be garbage collected
...
svn path=/nixpkgs/trunk/; revision=22556
2010-07-12 10:09:09 +00:00
Lluís Batlle i Rossell
a8c5534849
Adding virtualgl (and therefore, libjpeg-turbo, a SIMD API-compatible libjpeg)
...
svn path=/nixpkgs/trunk/; revision=22553
2010-07-10 08:45:44 +00:00
David Guibert
3563194637
compile static libraries for blas and lapack
...
svn path=/nixpkgs/trunk/; revision=22549
2010-07-09 13:15:56 +00:00
David Guibert
a826eeff23
openmpi 1.4.2 with gfortran
...
svn path=/nixpkgs/trunk/; revision=22547
2010-07-09 13:15:47 +00:00
David Guibert
74b7818349
vala - Compiler for the GObject type system
...
svn path=/nixpkgs/trunk/; revision=22546
2010-07-09 13:15:40 +00:00
Eelco Dolstra
f2aa054357
* Revive gmime-2.2.x, because gmime-2.4.x is not backwards
...
compatible. For instance, Pan requires gmime-2.2.
svn path=/nixpkgs/trunk/; revision=22543
2010-07-09 09:12:42 +00:00
Michael Raskin
522d4f9d85
GCL at the ansi level
...
svn path=/nixpkgs/trunk/; revision=22541
2010-07-09 03:34:29 +00:00
Michael Raskin
7c5e566c5c
Cleaned up the unspecified-extra-argument calls where there is no way to access extra arguments. Tarball and full instantiation checks passed.
...
svn path=/nixpkgs/trunk/; revision=22539
2010-07-08 19:22:50 +00:00
Michael Raskin
aadb898a0b
Implementing a fix allowing deepOverride without changing dependency-tree-leaf packages
...
svn path=/nixpkgs/trunk/; revision=22533
2010-07-08 15:31:59 +00:00
Michael Raskin
e89dbf1184
Disabling MathML build again -- bug submitted upstream...
...
svn path=/nixpkgs/trunk/; revision=22532
2010-07-08 15:28:34 +00:00
Michael Raskin
ccc497f80d
Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that were overridable but did not allow extra arguments. Remove a catch with deepOverride that pkgs.lib had this attribute in a different sense.
...
svn path=/nixpkgs/trunk/; revision=22529
2010-07-08 13:25:52 +00:00
Andres Löh
eb2cb9afd4
Added ghc-6.12.3. Does not build yet for me -- still have to figure out why.
...
svn path=/nixpkgs/trunk/; revision=22525
2010-07-08 11:43:06 +00:00
Michael Raskin
6be9a7692a
Update WebKit back to latest nightly - the SSL problem is not in WebKit version
...
svn path=/nixpkgs/trunk/; revision=22521
2010-07-08 08:21:13 +00:00
Lluís Batlle i Rossell
6b701731ec
Adding gltron.
...
svn path=/nixpkgs/trunk/; revision=22519
2010-07-07 21:44:09 +00:00
Michael Raskin
40fb98d671
Fix a typo; thanks to viric for showing me my being silly.
...
svn path=/nixpkgs/trunk/; revision=22517
2010-07-07 20:19:48 +00:00
Michael Raskin
c009e9d2f0
Assert the stdenv requirements of the expression for now
...
svn path=/nixpkgs/trunk/; revision=22516
2010-07-07 18:44:57 +00:00
Lluís Batlle i Rossell
0c06d77a7d
Adding clapack.
...
svn path=/nixpkgs/trunk/; revision=22514
2010-07-07 15:10:01 +00:00
Rob Vermaas
0bb5538ec7
crypto++: use stdenv.system in stead of builtins.currentSystem for patches and buildinputs
...
svn path=/nixpkgs/trunk/; revision=22507
2010-07-07 11:44:58 +00:00
Rob Vermaas
78ba3b5d01
autoconf: use stdenv.system in stead of builtins.currentSystem for doCheck
...
svn path=/nixpkgs/trunk/; revision=22506
2010-07-07 11:42:04 +00:00
Eelco Dolstra
a157c84c81
* Upstart 0.6.6.
...
svn path=/nixpkgs/trunk/; revision=22505
2010-07-07 10:03:46 +00:00
Rob Vermaas
e230d213fa
Reverted autoconf to 2.65 because it has some regressions regarding AC_CHECK_SIZEOF.
...
This break almost all stratego based packages. No final patch available, see
http://lists.gnu.org/archive/html/autoconf/2010-07/msg00004.html for more info.
svn path=/nixpkgs/trunk/; revision=22504
2010-07-07 09:59:33 +00:00
Michael Raskin
2f81a8697b
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=22501
2010-07-07 03:34:53 +00:00
Michael Raskin
af34f7a80a
Request a larger version
...
svn path=/nixpkgs/trunk/; revision=22500
2010-07-06 20:27:48 +00:00
Michael Raskin
ce2f4992f1
Work around a gcl bug related to temporary directories - bug report sent upstream
...
svn path=/nixpkgs/trunk/; revision=22499
2010-07-06 19:59:10 +00:00
Michael Raskin
058ccd7714
Apparently fixed GCL build
...
svn path=/nixpkgs/trunk/; revision=22498
2010-07-06 16:48:03 +00:00
Ludovic Courtès
45458141ea
GNU Automake 1.11: Fix sloppy tests.
...
svn path=/nixpkgs/trunk/; revision=22481
2010-07-05 15:55:52 +00:00
Michael Raskin
6c77fda8c1
Restore R13B version
...
svn path=/nixpkgs/trunk/; revision=22476
2010-07-05 12:43:59 +00:00
Eelco Dolstra
94e5cdd437
* Updated dbus-python.
...
svn path=/nixpkgs/trunk/; revision=22470
2010-07-05 06:33:45 +00:00
Ludovic Courtès
9df792c440
GNU Autoconf 2.66.
...
svn path=/nixpkgs/trunk/; revision=22459
2010-07-04 21:10:44 +00:00
Ludovic Courtès
730d4c82f2
GnuTLS 2.10.0.
...
svn path=/nixpkgs/trunk/; revision=22457
2010-07-04 21:10:32 +00:00
Yury G. Kudryashov
f528440f05
Add qjson
...
svn path=/nixpkgs/trunk/; revision=22451
2010-07-04 20:59:47 +00:00
Yury G. Kudryashov
0642ef4935
Add libdbusmenu-qt
...
svn path=/nixpkgs/trunk/; revision=22450
2010-07-04 20:55:50 +00:00
Lluís Batlle i Rossell
cf30574d4e
Quite fixing the path64 compiler. It builds programs in C even finding the libc header files.
...
Nevertheless, although all stages work, pathcc keeps on saying "INTERNAL ERROR happened",
but resultign binaries work fine.
It needs some upstream fixing - they have all too much hardcoded to /usr, for example.
svn path=/nixpkgs/trunk/; revision=22449
2010-07-04 11:10:58 +00:00
Lluís Batlle i Rossell
6aa4b636dc
Adding a skeleton for the path64 compiler.
...
It builds, but it needs some reworks as running it lookes at /usr/bin/ld and things like that.
I leave that for another day.
svn path=/nixpkgs/trunk/; revision=22442
2010-07-02 21:44:31 +00:00