Andres Löh
a52909b36a
Added ghc-core, updated hscolour.
...
svn path=/nixpkgs/trunk/; revision=16245
2009-07-08 12:34:14 +00:00
Eelco Dolstra
1dbe3d5b87
* man: use UTF-8 instead of latin1 by default. Fixes broken special
...
characters in man output.
svn path=/nixpkgs/trunk/; revision=16244
2009-07-08 11:49:09 +00:00
Peter Simons
499c69c32c
pdsh used to fail with an error because it couldn't locate libgcc_s.so.1.
...
Adding NIX_LDFLAGS="-lgcc_s" to the expression remedies that problem. Arguably,
though, this is a bad solution.
svn path=/nixpkgs/trunk/; revision=16239
2009-07-08 09:24:01 +00:00
Ludovic Courtès
ea808c50ce
Add ECB, the Emacs Code Browser.
...
svn path=/nixpkgs/trunk/; revision=16234
2009-07-08 09:01:11 +00:00
Ludovic Courtès
7d438d5271
Build Tahoe.
...
svn path=/nixpkgs/trunk/; revision=16232
2009-07-07 22:45:34 +00:00
Ludovic Courtès
0dcce7669e
Tahoe: Use pysqlite', used by the
backup' command.
...
svn path=/nixpkgs/trunk/; revision=16231
2009-07-07 22:44:29 +00:00
Ludovic Courtès
26b5148308
Fix typo from previous commit.
...
svn path=/nixpkgs/trunk/; revision=16230
2009-07-07 22:34:03 +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
529a85abef
Updated uzbl
...
svn path=/nixpkgs/trunk/; revision=16227
2009-07-07 21:48:08 +00:00
Michael Raskin
900f96fe8a
Build btrfs-image, although it was mistakenly omitted in release Makefile
...
svn path=/nixpkgs/trunk/; revision=16226
2009-07-07 21:47:28 +00:00
Marc Weber
5ef46894e0
adding cdtEnv symlinking deps into one $out/cdt-env/{lib,include} directory
...
and collection which let's you install and update a set of derivations at once
svn path=/nixpkgs/trunk/; revision=16224
2009-07-07 20:53:16 +00:00
Ludovic Courtès
df4a8eafde
Add JDEE, the Java development environment for Emacs.
...
svn path=/nixpkgs/trunk/; revision=16222
2009-07-07 16:13:45 +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
Eelco Dolstra
aa34103ac7
* Added Email::Sender.
...
svn path=/nixpkgs/trunk/; revision=16220
2009-07-07 14:58:30 +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
Eelco Dolstra
26453f9074
* build-for-release.nix is gone.
...
svn path=/nixpkgs/trunk/; revision=16209
2009-07-07 10:58:56 +00:00
Michael Raskin
9da29ccf73
Adding fetchmtn, including fetchmtn and fetchgit in builder-defs, updating monotone-viz. Adding dadadodo.
...
svn path=/nixpkgs/trunk/; revision=16207
2009-07-07 10:04:32 +00:00
Michael Raskin
e9dddc50ab
Adding dadadodo - a markov chain-based text generator
...
svn path=/nixpkgs/trunk/; revision=16206
2009-07-07 10:03:26 +00:00
Michael Raskin
f4a5ef043d
Update BtrFS progs. Note: incompatible with older kernels - like 2.6.30
...
svn path=/nixpkgs/trunk/; revision=16205
2009-07-07 10:02:53 +00:00
Michael Raskin
d79e32c9b9
Add fetchmtn
...
svn path=/nixpkgs/trunk/; revision=16204
2009-07-07 10:02:09 +00:00
Michael Raskin
af58e1024b
Update monotone-viz.
...
svn path=/nixpkgs/trunk/; revision=16203
2009-07-07 10:01:36 +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
Nicolas Pierron
aec4341cb4
Fix: (in moduleClosure) remove key attribute of inlined sets.
...
svn path=/nixpkgs/trunk/; revision=16198
2009-07-06 23:20:14 +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
Nicolas Pierron
c49dddb1ab
Substitute fixOptionSetsFun by multiple functions which are:
...
- well named,
- capable to handle the proposal of Eelco Dolstra { imports= [..]; options = {}; config = {}; } in addition to the current { require = [..]; .. } syntax.
svn path=/nixpkgs/trunk/; revision=16192
2009-07-06 16:20:05 +00:00
Nicolas Pierron
a89f3bca50
allow the argument set of modules to be defined outside of option.nix file.
...
svn path=/nixpkgs/trunk/; revision=16191
2009-07-06 16:20:00 +00:00
Nicolas Pierron
736523d992
cleanSource: Avoid copying git files.
...
svn path=/nixpkgs/trunk/; revision=16190
2009-07-06 16:19:52 +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
662055ee8d
* Doh.
...
svn path=/nixpkgs/trunk/; revision=16188
2009-07-06 11:45:57 +00:00
Eelco Dolstra
ec14811950
* Obsolete.
...
svn path=/nixpkgs/trunk/; revision=16187
2009-07-06 11:42:45 +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
5b9d573d62
Pass explicit paths for --with-zlib and --with-sqlite.
...
This might reduce the chances of something funny happening.
svn path=/nixpkgs/trunk/; revision=16185
2009-07-06 10:39:59 +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
aa518d2b29
Build HTML Tidy.
...
svn path=/nixpkgs/trunk/; revision=16180
2009-07-05 21:39:46 +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
Ludovic Courtès
9f3511c882
Add HTML Tidy, an HTML validator.
...
svn path=/nixpkgs/trunk/; revision=16176
2009-07-05 14:07:39 +00:00
Ludovic Courtès
88b53a7d73
Twisted 8.2.0.
...
svn path=/nixpkgs/trunk/; revision=16174
2009-07-04 21:33:52 +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
Eelco Dolstra
fd7a6cd6b5
* Firefox 3.5.
...
svn path=/nixpkgs/trunk/; revision=16172
2009-07-03 23:53:49 +00:00
Ludovic Courtès
bb6f6a7e6b
Build libtopology.
...
svn path=/nixpkgs/trunk/; revision=16171
2009-07-03 21:16:59 +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
bc36a08c45
Build GCC/GCJ 4.4.0.
...
svn path=/nixpkgs/trunk/; revision=16169
2009-07-03 18:55:38 +00:00