Commit graph

878 commits

Author SHA1 Message Date
Ludovic Courtès 687d66d2b9 Downgrade Tcpdump and libpcap as recent versions have vanished.
svn path=/nixpkgs/trunk/; revision=12781
2008-09-01 13:10:26 +00:00
Ludovic Courtès d22149a3b7 Use tcpdump mirror scheme.
svn path=/nixpkgs/trunk/; revision=12780
2008-09-01 13:00:24 +00:00
Ludovic Courtès 5229329d64 GNU libmicrohttpd 0.3.1.
svn path=/nixpkgs/trunk/; revision=12772
2008-08-29 21:54:26 +00:00
Pjotr Prins 73d2e4f49d - Some Ruby interpreter bumped version
- Kernel headers 2.6.18 added (XEN virtual images)
- unifdef package added for kernel headers 2.6.18
- Python Zope and 4suite added
- Trying bioconductor packages with R-lang (still failing)
- Bumped gmp version
- Added rq cluster runner - still requires extra gems (installs, but does not run)


svn path=/nixpkgs/trunk/; revision=12766
2008-08-29 13:53:28 +00:00
Eelco Dolstra a0e87d6123 * Added ATerm 2.7. It doesn't work though (make check fails on x86_64).
svn path=/nixpkgs/trunk/; revision=12764
2008-08-29 11:48:44 +00:00
Eelco Dolstra 6c2cbbbe87 * Updated Audacious and its dependencies.
svn path=/nixpkgs/trunk/; revision=12763
2008-08-29 11:31:16 +00:00
Peter Simons 9be673de5e Added maybench, an automated benchmarking tool. The tool depends on benchpress,
a Haskell library for timed command execution.

For starters, the expression lives in development/libraries/haskell/maybench.
It doesn't really belong there because, though, because, technically, it's an
executable, not a library. If someone has a better idea, please feel free to
move it.

svn path=/nixpkgs/trunk/; revision=12761
2008-08-29 09:05:49 +00:00
Sander van der Burg 1a15927158 Changed GWT widgets mirror to heanet
svn path=/nixpkgs/trunk/; revision=12731
2008-08-26 22:12:03 +00:00
Peter Simons f6374fbc5b Add recent versions of the Haskell libraries HTTP, HaXml, haxr, and haxr-th. Unfortunately, the latter library doesn't build successfully because of the following error:
Setup: ../LICENSE: copyFile: does not exist (No such file or directory)

I'm not sure where this comes from. Also, it seems that passing haxr-th the
library haxr as a build input doesn't suffice; it also needs to be passed the
libraries that haxr depends on to configure successfully. Something isn't
right. Andreas, do you know how to fix this?

svn path=/nixpkgs/trunk/; revision=12722
2008-08-26 12:50:03 +00:00
Eelco Dolstra e33f6df6fa * Test whether "libcursesw" actually exists before symlinking to it.
(Does it ever exist?)

svn path=/nixpkgs/trunk/; revision=12710
2008-08-25 15:29:04 +00:00
Peter Simons 0ee3317bc5 boost: added version 1.36.0
Also added support for expat library (used by the graph library). This package
should probably be built on the compile farm because it takes quite a while to
complete, even on a fast machine. Having pre-built binaries would be very nice.

svn path=/nixpkgs/trunk/; revision=12702
2008-08-25 10:00:46 +00:00
Marc Weber 57d4d2d830 redland libxml2 missing fix
svn path=/nixpkgs/trunk/; revision=12659
2008-08-19 12:36:13 +00:00
Michael Raskin 87ff8d6347 Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Michael Raskin 65ce0411d8 Make all-packages.nix instantiatable again (problem was with *Base packages that were only supposed as .meta.function carriers, so some critical arguments were omitted)
svn path=/nixpkgs/trunk/; revision=12628
2008-08-14 22:18:44 +00:00
Eelco Dolstra 7493ae8010 * Added convertlit, a tool for converting Microsoft Reader ebooks,
plus its dependency libtommath.

svn path=/nixpkgs/trunk/; revision=12606
2008-08-12 19:57:35 +00:00
Pjotr Prins 07595b0397 Introduced biolib package
svn path=/nixpkgs/trunk/; revision=12535
2008-08-07 15:01:21 +00:00
Andres Löh e53cbfbeae * added Haskell editline library
svn path=/nixpkgs/trunk/; revision=12455
2008-07-31 12:38:09 +00:00
Andres Löh 25fa56e74f * updated the ghc HEAD snapshot
svn path=/nixpkgs/trunk/; revision=12454
2008-07-31 12:36:47 +00:00
Ludovic Courtès 2a5a982ad1 Add Crypto++, a C++ cryptography library.
svn path=/nixpkgs/trunk/; revision=12444
2008-07-29 14:26:03 +00:00
Peter Simons a16eebd0a6 Cosmetic, no functional change intended.
This patch moves curly braces to the end of the line, i.e.

  foo = { 
    ...
  };

instead of the previously used style:

  foo = 
  { 
    ...
  };

I commit this change hoping that my contributions to this project now conform
to the rules described in maintainers/docs/coding-conventions.txt so that the
self-appointed indention sheriff of the NixOS community can finally get off my
back and rest assured knowing that all i's are dotted and all t's are crossed.

svn path=/nixpkgs/trunk/; revision=12386
2008-07-18 20:11:25 +00:00
Ludovic Courtès de9bbc1aa5 Libspectre 0.2.0, a PostScript rendering library.
svn path=/nixpkgs/trunk/; revision=12375
2008-07-17 19:43:11 +00:00
Ludovic Courtès 8d32e65de6 Poppler 0.8.4.
svn path=/nixpkgs/trunk/; revision=12372
2008-07-17 15:02:57 +00:00
Peter Simons 8d7fe32a0e maude, tecla, buddy: new packages
Maude is a high-level specification language. Buddy and libtecla are required
to build Maude.

svn path=/nixpkgs/trunk/; revision=12358
2008-07-15 09:58:30 +00:00
Peter Simons db8241e430 gmp: added flag to enable building the cxx library (enabled by default)
svn path=/nixpkgs/trunk/; revision=12357
2008-07-15 09:58:11 +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
Wouter den Breejen df8ae9639a More mirrors / updates . . .
svn path=/nixpkgs/trunk/; revision=12308
2008-07-07 17:10:21 +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
Eelco Dolstra c8f3bf4e24 * Export a symbol that OpenOffice needs.
svn path=/nixpkgs/trunk/; revision=12254
2008-07-04 05:53:41 +00:00
Eelco Dolstra d051b20a39 * Graphviz updated to 2.20.2. Now built with fontconfig, gd and pango
support.
* New function makeFontsConf to generate a fontconfig configuration
  file.  Moved from NixOS.
* dot2pdf: use makeFontsConf to generate a fonts.conf containing just
  the Ghostscript fonts (see NIXPKGS-29).
* dot2pdf: generate PDF directly, don't go through PS.  Note that this
  and using fontconfig changes the interpretation of "fontname"
  attributes in dot graphs.

svn path=/nixpkgs/trunk/; revision=12251
2008-07-03 14:27:19 +00:00
Ludovic Courtès a81701cd79 Add GNU lightning, a run-time code generation library.
svn path=/nixpkgs/trunk/; revision=12237
2008-07-01 14:47:49 +00:00
Ludovic Courtès cd35fa3b50 GnuTLS 2.4.1.
svn path=/nixpkgs/trunk/; revision=12227
2008-07-01 07:29:18 +00:00
Michael Raskin 66b3c35d9c Added WebKit; made it install webkit-program-GtkLauncher (originally it is just GtkLauncher) - minimalistic http/file-only browser which passes Acid3
svn path=/nixpkgs/trunk/; revision=12210
2008-06-29 07:02:11 +00:00
Ludovic Courtès add294e64b GnuTLS: Disable tests that don't work in a chroot.
svn path=/nixpkgs/trunk/; revision=12209
2008-06-28 18:17:47 +00:00
Peter Simons 6c58c97f3a boost: updated to 1.35.0 and added selectVersion dispatcher
svn path=/nixpkgs/trunk/; revision=12207
2008-06-28 15:22:23 +00:00
Ludovic Courtès f960020e95 GnuTLS 2.4.0 (new stable series).
svn path=/nixpkgs/trunk/; revision=12202
2008-06-27 18:18:38 +00:00
Eelco Dolstra 34f583224d * GCC 4.3.1. (g++ doesn't work yet though.)
svn path=/nixpkgs/trunk/; revision=12194
2008-06-26 10:20:33 +00:00
Eelco Dolstra 677be83122 * Fixes for a52dec and mpeg2dec to make vlc build on x86_64-linux.
* Fixes to make par2cmdline and exult build on gcc 4.x, since gcc
  3.4.x doesn't seem to work on x86_64-linux (NIXPKGS-91).
* Disabled pidgin on x86_64-linux because it needs a dynamic libperl
  which we don't have right now.
* Disabled wine on x86_64-linux because we still lack -m32 support.

svn path=/nixpkgs/trunk/; revision=12187
2008-06-25 15:01:04 +00:00
Eelco Dolstra 9663d4c76a * Added Subversion 1.5.0. Some features probably don't work yet
(building the Apache modules, building various language bindings).
* Neon 0.28.2.  Also kept Neon 0.26.x because Subversion 1.4.x needs
  it.

svn path=/nixpkgs/trunk/; revision=12162
2008-06-19 15:29:25 +00:00
Peter Simons 48864eb8a2 adns: added convenience default values for 'version'
svn path=/nixpkgs/trunk/; revision=12156
2008-06-18 22:48:43 +00:00
Peter Simons fee96dabb7 Added a nix expression for GNU ADNS. The version-specific files merely
forward the appropriate hash value to the generic driver found in
default.nix.

svn path=/nixpkgs/trunk/; revision=12153
2008-06-18 21:29:42 +00:00
Armijn Hemel 7ab5540a4a add gssdp and gupnp, some Universal Plug and Play thingies
svn path=/nixpkgs/trunk/; revision=12149
2008-06-18 19:03:58 +00:00
Eelco Dolstra d2ca06b623 * Sqlite 3.5.8.
svn path=/nixpkgs/trunk/; revision=12135
2008-06-17 09:39:38 +00:00
Eelco Dolstra 80b2254cbb * SDL 1.2.13.
svn path=/nixpkgs/trunk/; revision=12092
2008-06-14 20:46:34 +00:00
Eelco Dolstra 61de7ef033 * Doh.
svn path=/nixpkgs/trunk/; revision=12075
2008-06-13 11:59:22 +00:00
Eelco Dolstra fc5eebdf8b * Merged the stdenv branch
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates
  -r10966:12061).

svn path=/nixpkgs/trunk/; revision=12073
2008-06-13 11:46:39 +00:00
Marc Weber 638f4bf121 unixODBC sqlite support
svn path=/nixpkgs/trunk/; revision=12059
2008-06-12 15:54:57 +00:00
Eelco Dolstra cd60dc0ede * Various updates.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12051
2008-06-12 09:49:40 +00:00
Marc Weber 9dd45a58cf added unixODBCDrivers expression containing unixODBC Postgres connector driver
integrating prior pkgs/development/libraries/mysql-connector-odbc/default.nix driver
Also provides ini strings for assembling /etc/odbcinst.ini

svn path=/nixpkgs/trunk/; revision=12044
2008-06-11 23:03:30 +00:00
Michael Raskin d139e5244c Added Monotone-Viz, viewer for monotone histories.
svn path=/nixpkgs/trunk/; revision=12034
2008-06-11 06:12:18 +00:00
Nicolas Pierron 18099d1ad5 Fix the url of libcaca.
svn path=/nixpkgs/trunk/; revision=12033
2008-06-10 18:15:10 +00:00