Marc Weber
6ec3225722
fix pygtk in pyhtonNew
...
svn path=/nixpkgs/trunk/; revision=16261
2009-07-09 03:50:22 +00:00
Andres Löh
a52909b36a
Added ghc-core, updated hscolour.
...
svn path=/nixpkgs/trunk/; revision=16245
2009-07-08 12:34:14 +00:00
Ludovic Courtès
3997cb99fd
pysqlite: Move to `python-packages.nix'.
...
svn path=/nixpkgs/trunk/; revision=16229
2009-07-07 22:30:29 +00:00
Ludovic Courtès
09fbef5e2b
pysqlite 2.5.5.
...
svn path=/nixpkgs/trunk/; revision=16228
2009-07-07 22:20:53 +00:00
Michael Raskin
dd89941fb2
Added myself as the maintainer of some packages
...
svn path=/nixpkgs/trunk/; revision=16221
2009-07-07 15:05:15 +00:00
Michael Raskin
b02a08a022
SBCL now works fine. added hacks and workarounds for store mono-timestamp handling
...
svn path=/nixpkgs/trunk/; revision=16219
2009-07-07 14:50:37 +00:00
Eelco Dolstra
a641e7666e
* Compile NSS with ECC support. Hopefully this fixes certificate
...
checking in Firefox 3.5.
svn path=/nixpkgs/trunk/; revision=16214
2009-07-07 13:01:52 +00:00
Eelco Dolstra
e5a611030f
* Doh.
...
svn path=/nixpkgs/trunk/; revision=16213
2009-07-07 11:40:57 +00:00
Eelco Dolstra
cc28087b5a
* Make doesn't like newlines.
...
svn path=/nixpkgs/trunk/; revision=16210
2009-07-07 10:59:18 +00:00
Michael Raskin
47d20d5322
Update lablgtk
...
svn path=/nixpkgs/trunk/; revision=16202
2009-07-07 10:00:55 +00:00
Eelco Dolstra
200ad5eb63
* NSPR and NSS need to be told explicitly to do a 64-bit build.
...
svn path=/nixpkgs/trunk/; revision=16201
2009-07-07 09:52:20 +00:00
Ludovic Courtès
0c9d18f815
libxmi: Fix for GNU Libtool 2.2.6a.
...
svn path=/nixpkgs/trunk/; revision=16197
2009-07-06 21:09:47 +00:00
Rob Vermaas
0aeeaafa55
* going even further back for gcc darwin
...
svn path=/nixpkgs/trunk/; revision=16189
2009-07-06 12:00:06 +00:00
Eelco Dolstra
19963e0447
* Xulrunner/Firefox 3.5: build with --with-system-nss.
...
svn path=/nixpkgs/trunk/; revision=16186
2009-07-06 11:42:21 +00:00
Peter Simons
438d023eee
Fixed sqlite impurity (mostly).
...
The sqlite configure script guesses whether to enable Tcl support. Apparently,
this guessing finds a Tcl installation in /usr and thus enables Tcl. The
subsequent build fails, however: the compiler doesn't find the <tcl.h> because
/usr is not a default search path. To remedy the problem, the expression now
explicitly specifies --disable-tcl to avoid guessing altogether.
In the same spirit, we furthermore specify the following configure flags, which
represent the defaults that ./configure chooses when left on its own devices:
--disable-amalgamation
--enable-threadsafe
--disable-cross-thread-connections
--disable-tempstore
svn path=/nixpkgs/trunk/; revision=16184
2009-07-06 10:39:52 +00:00
Eelco Dolstra
a796d839f9
* Updated NSS.
...
svn path=/nixpkgs/trunk/; revision=16183
2009-07-06 09:12:44 +00:00
Rob Vermaas
a30efafa57
* back to old gcc version for darwin, will make new version in different tree
...
svn path=/nixpkgs/trunk/; revision=16182
2009-07-06 07:39:38 +00:00
Ludovic Courtès
8e0c39c285
GNU Guile 1.8.7.
...
svn path=/nixpkgs/trunk/; revision=16181
2009-07-05 21:41:36 +00:00
Ludovic Courtès
63393ce174
GCC 4.4.0: Fix compilation (for C and C++, at least).
...
svn path=/nixpkgs/trunk/; revision=16177
2009-07-05 14:15:44 +00:00
Eelco Dolstra
b8558fd04f
* Added NSPR, the Netscape Portable Runtime, and use it in Xulrunner
...
and Firefox.
* Xulrunner: don't install the tests. This saves a few megabytes.
svn path=/nixpkgs/trunk/; revision=16173
2009-07-04 12:25:35 +00:00
Ludovic Courtès
f08243608b
Add libtopology, a library and tool set to visualize the hardware topology.
...
svn path=/nixpkgs/trunk/; revision=16170
2009-07-03 21:16:00 +00:00
Ludovic Courtès
85d950b8fb
Add GCC 4.4.0 (and hope for the best).
...
svn path=/nixpkgs/trunk/; revision=16168
2009-07-03 18:54:28 +00:00
Ludovic Courtès
5ed15d55ba
GCJ 4.3: Fix the Java patch.
...
svn path=/nixpkgs/trunk/; revision=16164
2009-07-03 14:13:58 +00:00
Ludovic Courtès
5964e20243
GCJ 4.3: Try to incrementally fix things.
...
svn path=/nixpkgs/trunk/; revision=16163
2009-07-03 13:30:25 +00:00
Eelco Dolstra
222ab9d494
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=16160
2009-07-03 11:55:17 +00:00
Peter Simons
c713cfa0be
Maude needs libgmpxx.
...
svn path=/nixpkgs/trunk/; revision=16159
2009-07-03 11:31:33 +00:00
Rob Vermaas
7d5a3a1933
* strategoxt-0.17
...
svn path=/nixpkgs/trunk/; revision=16154
2009-07-03 05:01:04 +00:00
Ludovic Courtès
51f3a05ab5
GNU libunistring 0.9.1.
...
svn path=/nixpkgs/trunk/; revision=16153
2009-07-02 22:54:19 +00:00
Peter Simons
17d75b8168
Fixed build of pkgs/development/libraries/buddy with gcc 4.3.3.
...
svn path=/nixpkgs/trunk/; revision=16150
2009-07-02 17:06:01 +00:00
Eelco Dolstra
e2293f605d
* Match what DBD::SQLite expects.
...
svn path=/nixpkgs/trunk/; revision=16139
2009-07-02 13:56:06 +00:00
Eelco Dolstra
fc34431dde
* Latest DBD::SQLite. Fix building against an external SQLite.
...
svn path=/nixpkgs/trunk/; revision=16138
2009-07-02 13:55:38 +00:00
Eelco Dolstra
ce84af677b
* Improve the determinism of Perl builds: don't try to download stuff
...
from CPAN.
svn path=/nixpkgs/trunk/; revision=16137
2009-07-02 13:54:52 +00:00
Eelco Dolstra
d62a585e15
* sqlite 3.6.16.
...
svn path=/nixpkgs/trunk/; revision=16135
2009-07-02 11:21:22 +00:00
Eelco Dolstra
d3f5d94ac7
* Fix some attributes that now make nix-env -q --meta barf.
...
svn path=/nixpkgs/trunk/; revision=16134
2009-07-02 09:08:01 +00:00
Eelco Dolstra
255a4a91f0
* Get rid of some dietlibc stuff.
...
svn path=/nixpkgs/trunk/; revision=16132
2009-07-02 08:58:58 +00:00
Ludovic Courtès
0de18066f7
Nettle: Add `meta.homepage'.
...
svn path=/nixpkgs/trunk/; revision=16128
2009-07-01 21:44:20 +00:00
Ludovic Courtès
725ed45940
Add GNU Nettle, a cryptographic library.
...
svn path=/nixpkgs/trunk/; revision=16127
2009-07-01 15:42:01 +00:00
Marc Weber
108052a4e9
really fix the name conflicts by patching the patch which generates the code
...
svn path=/nixpkgs/trunk/; revision=16123
2009-06-30 21:45:17 +00:00
Ludovic Courtès
1b9dbe740b
Avoid collision between Ruby-GetText and GNU Gettext.
...
svn path=/nixpkgs/trunk/; revision=16120
2009-06-30 21:05:13 +00:00
Peter Simons
afa04f4576
Updated scons to version 1.2.0.
...
svn path=/nixpkgs/trunk/; revision=16111
2009-06-30 18:51:01 +00:00
Eelco Dolstra
d4fb6f3a53
* Comment out; not clear if we'll actually need this with a properly
...
built GCC.
svn path=/nixpkgs/trunk/; revision=16102
2009-06-30 15:19:32 +00:00
Marc Weber
d1e39e78f9
adding rubygems support to nix - implemented target libraries/apps: sup mail client
...
svn path=/nixpkgs/trunk/; revision=16100
2009-06-30 14:29:20 +00:00
Marc Weber
8661c406f2
ruby / gems update
...
svn path=/nixpkgs/trunk/; revision=16099
2009-06-30 14:29:17 +00:00
Rob Vermaas
ca6850d95e
* removed -arch flag for i686-darwin for openssl
...
svn path=/nixpkgs/trunk/; revision=16097
2009-06-30 13:54:44 +00:00
Eelco Dolstra
cdf4cf5c23
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=16094
2009-06-30 11:42:15 +00:00
Rob Vermaas
d2419bccee
* bumped gcc 4.2.1 build 5531 for apple again
...
svn path=/nixpkgs/trunk/; revision=16092
2009-06-30 09:24:53 +00:00
Andres Löh
785b190861
Added pandoc and dependencies.
...
svn path=/nixpkgs/trunk/; revision=16091
2009-06-30 08:04:12 +00:00
Peter Simons
785e9630f0
gmp: use standard GNU config.guess
...
libgmp comes with an extended config.guess script that features more
accurate CPU detection. Unfortunately, use of that script causes the
configure phase to choose fairly aggressive optimization flags and the
resulting binaries might not work on architectures other than the
machine those binaries were built on.
The standard GNU config.guess script, however, recognizes a CPU type of
'x86' only. Thus, libgmp chooses the following settings:
ABI="32"
CC="gcc"
CFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro"
CPPFLAGS=""
MPN_PATH=" x86/p6 x86 generic"
svn path=/nixpkgs/branches/stdenv-updates/; revision=16084
2009-06-29 11:01:10 +00:00
Ludovic Courtès
42161470ae
buildPythonPackage: Wrap binaries with an appropriate $PATH.
...
svn path=/nixpkgs/trunk/; revision=16081
2009-06-28 21:00:36 +00:00
Ludovic Courtès
a84297a6e3
buildPythonPackage: Inherit extra attributes from its argument.
...
svn path=/nixpkgs/trunk/; revision=16080
2009-06-28 14:05:41 +00:00