Commit graph

4858 commits

Author SHA1 Message Date
Eelco Dolstra e266c599f4 * Exult 1.4 snapshot.
svn path=/nixpkgs/trunk/; revision=12349
2008-07-12 17:00:57 +00:00
Marc Weber 78e9d3eef0 bfr added (pipe buffer)
svn path=/nixpkgs/trunk/; revision=12348
2008-07-11 20:27:53 +00:00
Ludovic Courtès fdc5b51ab9 Git 1.5.6.2.
svn path=/nixpkgs/trunk/; revision=12347
2008-07-11 14:35:14 +00:00
Ludovic Courtès 57030a28aa Add Splint, a static code analyzer for C.
svn path=/nixpkgs/trunk/; revision=12343
2008-07-11 09:13:34 +00:00
Nicolas Pierron bb72d90805 Add "ddd": Graphical front-end for command-line debuggers.
svn path=/nixpkgs/trunk/; revision=12336
2008-07-10 16:56:51 +00:00
Ludovic Courtès 942199655b Make GNU Make's nix-log2xml' support optional via getConfig'.
svn path=/nixpkgs/trunk/; revision=12335
2008-07-10 15:19:28 +00:00
Sander van der Burg cbc9ca34b5 Upgraded disnix
svn path=/nixpkgs/trunk/; revision=12333
2008-07-10 14:09:19 +00:00
Marc Weber 1683256259 added stgit
svn path=/nixpkgs/trunk/; revision=12330
2008-07-09 16:21:03 +00:00
Michael Raskin 9cb86e27bb Trying to fix x86_64 build..
svn path=/nixpkgs/trunk/; revision=12328
2008-07-09 13:03:25 +00:00
Michael Raskin f0c44c69aa I added extra dependencies to TeXLive - just in case.
svn path=/nixpkgs/trunk/; revision=12323
2008-07-08 18:23:15 +00:00
Michael Raskin e8d58c83f9 Now TeXLive builds and seems to work without /var/tmp
svn path=/nixpkgs/trunk/; revision=12322
2008-07-08 18:22:33 +00:00
Marc Weber 656a12ef2e small patch makes openoffice compile on x86_64
svn path=/nixpkgs/trunk/; revision=12320
2008-07-08 08:28:07 +00:00
Wouter den Breejen 33efc97c20 Put patches in svn please.
svn path=/nixpkgs/trunk/; revision=12318
2008-07-08 05:52:09 +00:00
Wouter den Breejen e9df8084c2 Put patches in svn please.
svn path=/nixpkgs/trunk/; revision=12317
2008-07-08 05:51:59 +00:00
Peter Simons b01f89ad38 new: wdfs-1.4.2 is a user-space file system that allows mounting a webdav share
svn path=/nixpkgs/trunk/; revision=12316
2008-07-07 23:24:48 +00:00
Peter Simons 5f8571613d glibcUnstable: added low-priority expression for the latest glibc 2.8 snapshot
svn path=/nixpkgs/trunk/; revision=12315
2008-07-07 23:11:53 +00:00
Peter Simons 8ff43a1636 xautolock: updated to version 2.2
svn path=/nixpkgs/trunk/; revision=12314
2008-07-07 23:11:43 +00:00
Peter Simons 4797dddeb0 new: pdsh is a fast and efficient parallel remote shell
svn path=/nixpkgs/trunk/; revision=12313
2008-07-07 23:11:36 +00:00
Peter Simons fff2917058 openssh: Let $NIXPKGS_CONFIG determine whether OpenSSH supports PAM or not.
PAM is enabled by default, as before. To disable it, set 

    openssh { pam = false; };

or simply

    pam = false;

in ~/.nixpkgs/config.nix.

svn path=/nixpkgs/trunk/; revision=12312
2008-07-07 23:11:13 +00:00
Ludovic Courtès 4793092374 GNU Make: Make `nix-log2xml' support optional.
One question remains: how to make the option available to the user.
`getConfig' is nice but useless as long as `useFromStdenv' prevails.

svn path=/nixpkgs/trunk/; revision=12311
2008-07-07 22:02:36 +00:00
Wouter den Breejen 4650c3ddc5 Redhat n00bs calls their source xxx.tar.gz but it is not gzipped . . the generic builder can also not figure this out . . .
svn path=/nixpkgs/trunk/; revision=12310
2008-07-07 19:02:57 +00:00
Wouter den Breejen 20d29abc63 svn path=/nixpkgs/trunk/; revision=12309 2008-07-07 17:25:08 +00:00
Wouter den Breejen df8ae9639a More mirrors / updates . . .
svn path=/nixpkgs/trunk/; revision=12308
2008-07-07 17:10:21 +00:00
Peter Simons 821cb7ccdc qgit: download this package from sourceforge
I hope the mirror syntax is right.

svn path=/nixpkgs/trunk/; revision=12306
2008-07-07 11:54:45 +00:00
Peter Simons 100b902bd5 Added xautolock 2.1.
Xautolock can be used to fire up a screen saver like xautolock after a certain
period of inactivity. The tool probably doesn't belong into misc/screensavers,
but I had no better idea.

svn path=/nixpkgs/trunk/; revision=12305
2008-07-07 11:54:25 +00:00
Peter Simons 9fde4e6921 gnpg: let $NIXPKGS_CONFIG decide whether to support IDEA or not.
svn path=/nixpkgs/trunk/; revision=12304
2008-07-07 11:54:03 +00:00
Peter Simons d2aed129ea emacs: Link successfully on 64 bit.
I'm using this expression on a Linux 64-bit installation that's been patched
to use glibc 2.5, not the current version 2.7. My installation needs this
patch and it looks sensible enough to me, but I've been told that others can
install Emacs on 64 bit machines without this. Hopefully, this doesn't break
anything.

svn path=/nixpkgs/trunk/; revision=12303
2008-07-07 11:53:19 +00:00
Peter Simons 2f32df974f gnupg: updated to version 1.4.9
svn path=/nixpkgs/trunk/; revision=12302
2008-07-07 11:50:21 +00:00
Peter Simons c4b77fbd37 haskell-mode: updated to version 2.4
Pass emacs package to this expression so that we can byte-compile the
lisp files.

svn path=/nixpkgs/trunk/; revision=12301
2008-07-07 11:49:57 +00:00
Peter Simons b030a8a6dd qgit: Compile with -O3. This brings a significant speedup in C++ code.
I wonder what optimization flags qt is compiled with.

svn path=/nixpkgs/trunk/; revision=12300
2008-07-07 11:49:11 +00:00
Peter Simons 4244407bc9 new: qgit is a qt-based graphical front-end for git
svn path=/nixpkgs/trunk/; revision=12299
2008-07-07 11:48:24 +00:00
Peter Simons e1c54b9b55 ratpoison: Fixed bug in rpws. Reported upstream too, but got no response.
svn path=/nixpkgs/trunk/; revision=12298
2008-07-07 11:47:48 +00:00
Peter Simons d94a0f3064 ratpoison: updated to version 1.4.3.
svn path=/nixpkgs/trunk/; revision=12297
2008-07-07 11:47:05 +00:00
Peter Simons 13d8ee2275 subversion: install emacs lisp files too
svn path=/nixpkgs/trunk/; revision=12296
2008-07-07 11:46:50 +00:00
Peter Simons cff0831471 tk: update to 8.4.18
svn path=/nixpkgs/trunk/; revision=12295
2008-07-07 11:46:01 +00:00
Marc Weber 5f044d6f3f fix: dnsmasq can now be started after installing..
What has gone wrong by my first commit attempt?

svn path=/nixpkgs/trunk/; revision=12294
2008-07-07 11:40:16 +00:00
Michael Raskin 5245bad31a Updated texlive-extra source
svn path=/nixpkgs/trunk/; revision=12293
2008-07-07 05:53:21 +00:00
Ludovic Courtès 834144b5d3 GNU Gnash: Depend on Libtool.
This (1) allows Gnash to be linked against the available `libltdl' rather
than its own, and (2) it prevents `libtld.h' to be installed (which was the
case when Gnash's own libltdl was used), thereby avoiding a collision with
Libtool.

svn path=/nixpkgs/trunk/; revision=12292
2008-07-06 21:46:33 +00:00
Sander van der Burg 4987da9c2b Added Disnix SOAP service
svn path=/nixpkgs/trunk/; revision=12291
2008-07-06 21:38:34 +00:00
Sander van der Burg 4a245ea99c Added Disnix SOAP service
svn path=/nixpkgs/trunk/; revision=12290
2008-07-06 21:38:12 +00:00
Sander van der Burg d5e78c3787 Shared lib path should be relative to catalina base, not home
svn path=/nixpkgs/trunk/; revision=12289
2008-07-06 21:06:31 +00:00
Marc Weber 78a471979e fix of fix. Udev builds with nixos-rebuild on x86_64 again
svn path=/nixpkgs/trunk/; revision=12288
2008-07-06 20:56:58 +00:00
Ludovic Courtès eded0900ae Add Gnash to `build-for-release.nix'.
svn path=/nixpkgs/trunk/; revision=12286
2008-07-06 20:36:58 +00:00
Sander van der Burg 927898b6f1 Minor update to tomcat and added support for shared libraries
svn path=/nixpkgs/trunk/; revision=12285
2008-07-06 20:08:27 +00:00
Wouter den Breejen 70b50b9f52 Another version bump (because of another 404)
svn path=/nixpkgs/trunk/; revision=12281
2008-07-06 18:32:42 +00:00
Wouter den Breejen 033c61867b Version bump
svn path=/nixpkgs/trunk/; revision=12280
2008-07-06 17:47:10 +00:00
Wouter den Breejen a480dfbb51 Version bump
svn path=/nixpkgs/trunk/; revision=12279
2008-07-06 16:55:29 +00:00
Sander van der Burg 76f9b0feef undo
svn path=/nixpkgs/trunk/; revision=12278
2008-07-06 15:46:10 +00:00
Sander van der Burg 27b7b3af8e Added disnix
svn path=/nixpkgs/trunk/; revision=12277
2008-07-06 15:45:26 +00:00
Sander van der Burg 6c582fbc89 Added disnix
svn path=/nixpkgs/trunk/; revision=12276
2008-07-06 15:44:46 +00:00