summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-04Updating truecrypt from 6.2a to 6.3, mostly because the old src disappeared.Lluís Batlle i Rossell1-3/+3
svn path=/nixpkgs/trunk/; revision=18121
2009-11-04* Before selecting an attribute from `x', check whether it's anEelco Dolstra1-2/+3
attribute set. `tryEval' no longer catches this. svn path=/nixpkgs/trunk/; revision=18113
2009-11-04pkgs/development/libraries/redland/1.0.9.nix: fix build with sqlite 3.6.19Peter Simons1-6/+15
Redland's use of the pre-processor symbol SQLITE_API collides with a symbol of the same name in sqlite 3.6.19. Patching the source code to use REDLAND_SQLITE_API instead works around the problem. svn path=/nixpkgs/trunk/; revision=18100
2009-11-04Updating doxygen from 1.5.8 to 1.6.1Lluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/trunk/; revision=18099
2009-11-04* Subversion 1.6.6.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=18093
2009-11-04pkgs/development/libraries/sqlite/default.nix: enable amalgamation buildPeter Simons1-1/+2
Sqlite has a build mode called "amalgamation" that gathers all 90+ source code files into a single sqlite3.c file before compiling the library. Building sqlite this way reportedly gives a 5-10% performance gain because the compiler can perform more sophisticated optimizations. svn path=/nixpkgs/trunk/; revision=18092
2009-11-04pkgs/development/libraries/sqlite/default.nix: updated to version 3.6.19Peter Simons2-5/+5
The new version requires Tcl at build time in order to construct sqlite3.h, even when the --without-tcl option is passed to configure. That feels odd because the sqlite web site does advertise "no dependencies", but then it's probably not a big deal either. The build of the Tcl plugin for sqlite is still disabled, so there is no run-time dependency. svn path=/nixpkgs/trunk/; revision=18091
2009-11-04pkgs/development/interpreters/python/2.6/default.nix: updated to version 2.6.4Peter Simons1-6/+9
svn path=/nixpkgs/trunk/; revision=18090
2009-11-04pkgs/applications/editors/emacs-modes/haskell/default.nix: updated to ↵Peter Simons1-6/+6
version 2.6.1 svn path=/nixpkgs/trunk/; revision=18089
2009-11-03pkgs/applications/version-management/git-and-tools/default.nix: use docbook ↵Peter Simons3-6/+6
dtd 4.5 Ensure that the 4.5 DTD required by asciidoc is available. svn path=/nixpkgs/trunk/; revision=18078
2009-11-03pkgs/data/sgml+xml/schemas/xml-dtd/docbook/4.5.nix: added docbook 4.5 XML DTDPeter Simons2-0/+14
The new asciidoc version generates docbook output for this version. svn path=/nixpkgs/trunk/; revision=18077
2009-11-03pkgs/tools/typesetting/asciidoc: updated to version 8.5.1Peter Simons2-53/+26
New asciidoc versions do have a proper configure script. Using that simplifies the build instructions a bit. svn path=/nixpkgs/trunk/; revision=18076
2009-11-03pkgs/applications/window-managers/ratpoison/default.nix: updated to version ↵Peter Simons2-24/+3
1.4.5 svn path=/nixpkgs/trunk/; revision=18075
2009-11-03Enabled my eclipse package again, since I want to have eclipse installed ↵Sander van der Burg2-10/+11
when typing nix-env -i. BTW. the eclipse plugins can be installed this way either svn path=/nixpkgs/trunk/; revision=18074
2009-11-02Finally I decided to add High Performance SSH.Lluís Batlle i Rossell2-1/+15
http://www.psc.edu/networking/projects/hpn-ssh/ I tried to keep the openssh hash not changing, unless the user sets hpn in getConfig style. I think that does not look as good as a patch changing the hash, but it may annoy less. Let me know if it is not ok. I don't think hpn should be the default, because it may have some insecurity implications I don't know of. But I used to enable it in all my machines, and I hope to do so unless advised otherwise. svn path=/nixpkgs/trunk/; revision=18073
2009-11-02Added Jetty-util librarySander van der Burg2-0/+17
svn path=/nixpkgs/trunk/; revision=18072
2009-11-02Downgraded smack to 3.0.4. It seems that 3.1.0 contains some annoying bugsSander van der Burg1-3/+3
svn path=/nixpkgs/trunk/; revision=18071
2009-11-02Updated Coq to version 8.2pl1Marco Maggesi4-21/+66
svn path=/nixpkgs/trunk/; revision=18069
2009-11-02Added camlp5 the preprocessor-pretty-printer for OCamlMarco Maggesi2-0/+42
svn path=/nixpkgs/trunk/; revision=18068
2009-11-02also build gcc41Rob Vermaas1-0/+1
svn path=/nixpkgs/trunk/; revision=18067
2009-11-01GNU Zile 2.3.13.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=18066
2009-11-01* Deleted some obsolete kernels (2.6.20, 2.6.21, 2.6.22, 2.6.23 andEelco Dolstra26-45861/+18
the 2.6.31rcs). svn path=/nixpkgs/trunk/; revision=18065
2009-11-01GNU IceCat 3.5.4.Ludovic Courtès1-7/+5
svn path=/nixpkgs/trunk/; revision=18064
2009-11-01svn path=/nixpkgs/trunk/; revision=18061Eelco Dolstra1-3/+3
2009-10-31Update reference to `tahoe'.Ludovic Courtès1-1/+1
svn path=/nixpkgs/trunk/; revision=18060
2009-10-31Rename Tahoe to Tahoe-LAFS.Ludovic Courtès2-8/+8
svn path=/nixpkgs/trunk/; revision=18059
2009-10-30* Oops, wrong version.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=18057
2009-10-30* Upstart 0.6.2.Eelco Dolstra3-8/+54
svn path=/nixpkgs/trunk/; revision=18056
2009-10-30added chromeWrapper, like firefoxWrapper, to allow plugins to work, added ↵Rob Vermaas5-8/+56
previously undefined dependencies on flash plugin svn path=/nixpkgs/trunk/; revision=18050
2009-10-30chrome 20565Rob Vermaas2-0/+75
svn path=/nixpkgs/trunk/; revision=18046
2009-10-29Adding the bootchart capture script. It worked for me, run standalone, not ↵Lluís Batlle i Rossell2-0/+41
as init. I tried their website renderer, but it did not work for me. It may be shut down, because their last update is for 2006. Next steps: put it into nixos, and build the renderer (java!). svn path=/nixpkgs/trunk/; revision=18041
2009-10-29pkgs/applications/science/math/wxmaxima/default.nix: cosmetic changesPeter Simons1-32/+4
Note that wxMaxima does *not* have a proper store path to maxima built into the binary. It relies on $PATH, /etc/wxMaxima.conf, or ~/.wxMaxima to find the binary. svn path=/nixpkgs/trunk/; revision=18020
2009-10-29Updated git to version 1.6.5.2.Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=18018
2009-10-29pkgs/top-level/all-packages.nix: allow distcc to be configured via ↵Peter Simons1-2/+4
$NIXPKGS_CONFIG Set distcc = { avahi = true; gtk = true; }; to enable support for the corresponding libraries. svn path=/nixpkgs/trunk/; revision=18016
2009-10-29Added wxMaxima version 0.8.3.Peter Simons2-0/+58
svn path=/nixpkgs/trunk/; revision=18015
2009-10-29Updated Maxima to version 5.19.2.Peter Simons1-5/+10
svn path=/nixpkgs/trunk/; revision=18014
2009-10-29* Replace some "inherit (gtkLibs) glib" statements with "inherit glib".Eelco Dolstra1-117/+60
svn path=/nixpkgs/trunk/; revision=18013
2009-10-29G-Wrap 1.9.13.Ludovic Courtès1-11/+2
svn path=/nixpkgs/trunk/; revision=18012
2009-10-29Added text and haskeline-class Haskell packages.Andres Löh3-0/+31
svn path=/nixpkgs/trunk/; revision=18011
2009-10-29* Finished getting rid of gtk-libs.Eelco Dolstra9-43/+46
svn path=/nixpkgs/trunk/; revision=18010
2009-10-28GDB: Build with Expat support, to get syscall info.Ludovic Courtès2-9/+12
svn path=/nixpkgs/trunk/; revision=18009
2009-10-28GNU Guile 1.9 with coverage analysis builds.Ludovic Courtès5-2/+75
svn path=/nixpkgs/trunk/; revision=17994
2009-10-28* Idem for gtk-libs/2.16.Eelco Dolstra11-68/+46
svn path=/nixpkgs/trunk/; revision=17993
2009-10-28* Getting rid of gtk-libs by moving the packages in gtk-libs toEelco Dolstra30-481/+21
development/libraries/{glib,gtk+,pango,atk,...}. Done for glib/gtk+ 1.2. Also deleted some obsolete, unused versions (gtkLibs 2.10, 2.12, and 2.14). svn path=/nixpkgs/trunk/; revision=17992
2009-10-28* Improved a bunch of "name" attributes (mostly missing versionEelco Dolstra19-97/+105
numbers). svn path=/nixpkgs/trunk/; revision=17991
2009-10-28* GNU Indent updated to 2.2.10.Eelco Dolstra3-29/+25
svn path=/nixpkgs/trunk/; revision=17990
2009-10-28* Removed an unused glib.Eelco Dolstra2-19/+1
svn path=/nixpkgs/trunk/; revision=17989
2009-10-28* Add a missing version number.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=17988
2009-10-28* The libx86 package refers to platforms.netbsd, so add it.Eelco Dolstra1-0/+1
svn path=/nixpkgs/trunk/; revision=17987
2009-10-28* Typo.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=17986