Commit Graph

1290 Commits

Author SHA1 Message Date
Eelco Dolstra
0baf685191 * mpfr 2.4.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13935
2009-02-01 21:19:24 +00:00
Armijn Hemel
4fc2a64242 version bump to 0.0.22
svn path=/nixpkgs/trunk/; revision=13927
2009-02-01 18:51:15 +00:00
Eelco Dolstra
c584bb878a * Sync with trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13903
2009-01-29 16:33:02 +00:00
Eelco Dolstra
da4fb573a7 * Added ATerm 2.8. Also removed some old versions and patches that
were no longer in use.

* A patch for compiling the ATerm library with GCC 4.3.  Without it,
  the code for resizing ATerm tables gets stuck in an infinite loop
  (http://bugzilla.sen.cwi.nl:8080/show_bug.cgi?id=841).  The problem
  is in this bit of code in hash.c, which tries to dynamically figure
  out the maximum signed integer:

    long try_long_max;
    long long_max;
    long delta;

    try_long_max = 1;
    do {
      long_max = try_long_max;
      try_long_max = long_max * 2;
    } while (try_long_max > 0);

  At -O2, GCC 4.3 determines that 1 * 2 * 2 * ... can never be <= 0,
  and so it optimises this into a 1-instruction infinite loop:

    0x0805a782 <keyPut+1282>: jmp  0x805a782 <keyPut+1282>

  Quite beautiful really. ;-)

  The fix is to use the LONG_MAX macro instead.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13888
2009-01-27 17:46:07 +00:00
Lluís Batlle i Rossell
c5a95e894e Adding opencascade 6.4.0.
svn path=/nixpkgs/trunk/; revision=13874
2009-01-27 08:14:27 +00:00
Ludovic Courtès
52474a1f6c C++ bindings of the GTK+ 2.14 libraries.
svn path=/nixpkgs/trunk/; revision=13862
2009-01-25 17:01:29 +00:00
Ludovic Courtès
e8847fd2e7 Cairo: Arrange so that Freetype `-I' flags are propagated.
svn path=/nixpkgs/trunk/; revision=13843
2009-01-25 11:50:29 +00:00
Ludovic Courtès
db7f0d3ef5 Cairo: Propagate Freetype, since public headers include it.
svn path=/nixpkgs/trunk/; revision=13837
2009-01-24 22:09:14 +00:00
Ludovic Courtès
f5b2036a60 Cairomm 1.7.2.
svn path=/nixpkgs/trunk/; revision=13836
2009-01-24 21:55:16 +00:00
Ludovic Courtès
0b6168c587 Cairo 1.8.6.
svn path=/nixpkgs/trunk/; revision=13835
2009-01-24 21:32:25 +00:00
Lluís Batlle i Rossell
50d8df47b2 Making wxGTK-2.8 to provide wxGLCanvas. Adding dependence on mesa.
svn path=/nixpkgs/trunk/; revision=13831
2009-01-24 21:00:53 +00:00
Ludovic Courtès
402a4e3b3a GNU libgcrypt 1.4.4.
svn path=/nixpkgs/trunk/; revision=13828
2009-01-23 15:59:31 +00:00
Ludovic Courtès
7137c6dea8 libcanberra: Use the right GTK+ version, use GThread as well, disable OSS support (recommended).
svn path=/nixpkgs/trunk/; revision=13822
2009-01-22 22:34:06 +00:00
Ludovic Courtès
3e20a89b3d GTK+ 2.14.7 and companion libraries.
svn path=/nixpkgs/trunk/; revision=13821
2009-01-22 22:32:02 +00:00
Eelco Dolstra
581af921ea * Latest OpenSSL, Curl.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13817
2009-01-21 14:11:22 +00:00
Ludovic Courtès
269f914ab7 Add `libcanberra'.
svn path=/nixpkgs/trunk/; revision=13814
2009-01-20 09:50:15 +00:00
Ludovic Courtès
5f8017b492 libvorbis: Propagate `libogg'.
svn path=/nixpkgs/trunk/; revision=13813
2009-01-20 09:50:05 +00:00
Eelco Dolstra
f7ad184041 * ncurses: don't do make check because it doesn't have one.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13804
2009-01-19 11:01:20 +00:00
Eelco Dolstra
d8f6e06ae4 * Latest gmp, mpfr libraries.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13803
2009-01-19 10:45:46 +00:00
Ludovic Courtès
8bf27945c6 GNU aDNS: Disable the test suite for now.
svn path=/nixpkgs/trunk/; revision=13799
2009-01-17 20:19:54 +00:00
Eelco Dolstra
c1579d2e78 * stdenv branch: synced with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13785
2009-01-16 10:59:27 +00:00
Peter Simons
6fb297513a Committing Lluís Batlle's submissions from mailing list posting
<45219fb00901110456i6f21db35tbd1894eaea2146ff@mail.gmail.com>:

 * nixpkgs-ccrypt-1.7-new.patch
 * nixpkgs-cmake-add-ccmake.patch
 * nixpkgs-cpufrequtils-005-new.patch
 * nixpkgs-dwm-5.1-fix.patch
 * nixpkgs-freeimage-3.11.0-new.patch
 * nixpkgs-proxychains-3.1-new.patch
 * nixpkgs-psi-to-0.12.patch
 * nixpkgs-skype-to-2.0.0.72.patch
 * nixpkgs-truecrypt-6.1a-fix.patch
 * nixpkgs-vxl-1.11.0-new.patch
 * nixpkgs-xkb-popular-esperanto-symbols.patch
 * nixpkgs-xorg-via-video-fix.patch

svn path=/nixpkgs/trunk/; revision=13751
2009-01-12 21:12:07 +00:00
Ludovic Courtès
0d579bfcda Libgpg-error 1.7.
svn path=/nixpkgs/trunk/; revision=13748
2009-01-12 19:13:34 +00:00
Ludovic Courtès
c50a4146c6 Libassuan 1.0.5.
svn path=/nixpkgs/trunk/; revision=13747
2009-01-12 19:06:35 +00:00
Eelco Dolstra
d15a5e9625 * Get rid of references to losser.st-lab.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13707
2009-01-05 14:01:42 +00:00
Michael Raskin
039eb4f162 Added pthread_stubs - non-discriminating pthread compatibility layer for both multithreaded and singlethreaded environment
svn path=/nixpkgs/trunk/; revision=13692
2009-01-03 13:43:38 +00:00
Marc Weber
31ff337203 doh, I comitted the wrong heimdal hash. this fixes it
svn path=/nixpkgs/trunk/; revision=13671
2008-12-23 23:51:29 +00:00
Marc Weber
a8e0eae74b added second mirror to heimdal
suggested by Karl Trygve Kalleberg

svn path=/nixpkgs/trunk/; revision=13668
2008-12-21 19:34:45 +00:00
Marc Weber
e996113be7 removed mkDerivationByConfiguration, using composableDerivation instead
qgis, vim_configurable both work now

svn path=/nixpkgs/trunk/; revision=13661
2008-12-20 01:20:35 +00:00
Ludovic Courtès
01ed35dc5f GSL 1.12.
svn path=/nixpkgs/trunk/; revision=13656
2008-12-18 09:18:36 +00:00
Eelco Dolstra
6211cf4c0c * dbus-tools: purity fix (don't try to create /var).
svn path=/nixpkgs/trunk/; revision=13638
2008-12-15 23:45:52 +00:00
Ludovic Courtès
5dbd5eac6d GnuTLS 2.6.3.
svn path=/nixpkgs/trunk/; revision=13627
2008-12-13 16:52:31 +00:00
Ludovic Courtès
b2f24eb5fa Avahi 0.6.24.
svn path=/nixpkgs/trunk/; revision=13626
2008-12-12 23:02:11 +00:00
Eelco Dolstra
821de7706a * Glibc 2.9. Got rid of 2.8 because we never used it.
* Kernel headers 2.6.27.  However, they don't work yet because they
  have a Perl dependency, which is annoying during the bootstrap.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13605
2008-12-10 11:06:23 +00:00
Eelco Dolstra
e31341510d * Merged from the trunk. Let's see how well this works with
Subversion 1.5...

svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
2008-12-10 09:59:21 +00:00
Marc Weber
d97a7e08bc make atlas build again (tested on amd64)
svn path=/nixpkgs/trunk/; revision=13560
2008-12-02 22:55:33 +00:00
Valentin David
0720af543a Update stlport to 5.2.0.
svn path=/nixpkgs/trunk/; revision=13558
2008-12-02 16:51:39 +00:00
Marc Weber
a2ec5b8c2d fix my dir spelling mistake
svn path=/nixpkgs/trunk/; revision=13556
2008-12-02 15:13:31 +00:00
Marc Weber
677812de8f added gstreamer gnonlin package
svn path=/nixpkgs/trunk/; revision=13550
2008-12-02 12:27:44 +00:00
Marc Weber
84db2ea357 dbus update
svn path=/nixpkgs/trunk/; revision=13549
2008-12-02 12:27:27 +00:00
Michael Raskin
ed8215aca7 Added Open Dynamics Engine
svn path=/nixpkgs/trunk/; revision=13520
2008-11-30 16:50:05 +00:00
Michael Raskin
e357cb4e65 Added chipmunk 2 physics library
svn path=/nixpkgs/trunk/; revision=13519
2008-11-30 15:05:43 +00:00
Marc Weber
7aa7f85bb5 gstreamer update (needed by gstPython)
dropping dep gnomevfs (see code commment)

svn path=/nixpkgs/trunk/; revision=13344
2008-11-19 21:46:01 +00:00
Ludovic Courtès
42f234343b GnuTLS 2.6.2.
svn path=/nixpkgs/trunk/; revision=13341
2008-11-19 18:49:53 +00:00
Michael Raskin
a0604dd47b Added qrencode and qrdecode - tools for QR code. Qrdecode behaves strangely (Debian package does the same, so probably upstream bug)
svn path=/nixpkgs/trunk/; revision=13304
2008-11-15 17:54:09 +00:00
Eelco Dolstra
aa84bce64d * Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Peter Simons
8310f66a92 Updated boost libraries to version 1.37.0.
svn path=/nixpkgs/trunk/; revision=13288
2008-11-14 10:48:11 +00:00
Eelco Dolstra
fb91bc3530 * libunwind: pass -fPIC on x86_64-linux. This is necessary for Samba
to compile.

svn path=/nixpkgs/trunk/; revision=13267
2008-11-12 15:59:38 +00:00
Ludovic Courtès
2b9e883591 GStreamer: Add a setup hook to define `GST_PLUGIN_PATH'.
svn path=/nixpkgs/trunk/; revision=13253
2008-11-11 17:05:07 +00:00
Ludovic Courtès
ec0aba1ee1 Add `gst-ffmpeg'.
svn path=/nixpkgs/trunk/; revision=13244
2008-11-11 12:08:28 +00:00
Ludovic Courtès
ee32d677ab GnuTLS 2.6.1.
svn path=/nixpkgs/trunk/; revision=13240
2008-11-10 19:08:10 +00:00
Peter Simons
9018fe1507 libsigsegv: build shared library and run regression test suite
svn path=/nixpkgs/trunk/; revision=13226
2008-11-07 22:45:56 +00:00
Michael Raskin
c5363217ad meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Armijn Hemel
6ae377d514 update to 1.0
svn path=/nixpkgs/trunk/; revision=13187
2008-11-04 16:13:55 +00:00
Ludovic Courtès
28b96c18c7 GNU Ncurses 5.7.
Untested!

svn path=/nixpkgs/branches/stdenv-updates/; revision=13185
2008-11-04 09:03:05 +00:00
Marc Weber
232d0afe8e fltk version bump 2.0.x-r6483
svn path=/nixpkgs/trunk/; revision=13123
2008-10-26 20:29:47 +00:00
Marc Weber
4ec10291ef liboil update (0.3.13 -> 0.3.15)
svn path=/nixpkgs/trunk/; revision=13116
2008-10-26 08:40:11 +00:00
Peter Simons
775fd2aac2 MonadLab: Haskell tool (and library) for automatic generation of layered monads
svn path=/nixpkgs/trunk/; revision=13105
2008-10-23 14:22:36 +00:00
Peter Simons
17a9d60d01 neon-0.28: add support for a static library build (unused by default)
svn path=/nixpkgs/trunk/; revision=13082
2008-10-16 12:42:07 +00:00
Eelco Dolstra
c9c2045610 * Cairo: build with XCB support.
* Fixed libXp.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13069
2008-10-14 14:46:56 +00:00
Marc Weber
07fc484a92 added faad2 and faac (deps of cinelerra)
svn path=/nixpkgs/trunk/; revision=13067
2008-10-14 14:01:38 +00:00
Marc Weber
3f0a8494c9 fftw also with single support now, new name suffix indecating which one is used
svn path=/nixpkgs/trunk/; revision=13064
2008-10-14 13:59:56 +00:00
Marc Weber
9fc09fd4bb fix x264 for x64 systems (-fPIC)
svn path=/nixpkgs/trunk/; revision=13063
2008-10-14 13:35:25 +00:00
Eelco Dolstra
5b45cce6c1 * Don't need to set CAIRO_CFLAGS anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13061
2008-10-14 12:08:07 +00:00
Ludovic Courtès
bf54e7bc25 PLIB: a suite of portable game libraries.
svn path=/nixpkgs/trunk/; revision=13051
2008-10-12 14:27:51 +00:00
Ludovic Courtès
146db80790 OpenAL 1.5.304.
I realize there is `openalSoft' as well in Nixpkgs, but I think it's really
OpenAL, and the `openalSoft' directory should be removed.

svn path=/nixpkgs/trunk/; revision=13049
2008-10-12 14:17:44 +00:00
Eelco Dolstra
f289d7eb21 * SQLite 3.6.3.
svn path=/nixpkgs/trunk/; revision=13045
2008-10-10 12:55:25 +00:00
Armijn Hemel
ed9151d338 gimp 2.4 -> 2.6 + update dependencies
svn path=/nixpkgs/trunk/; revision=13039
2008-10-09 23:21:39 +00:00
Armijn Hemel
b1da0a329c update to 0.0.22
svn path=/nixpkgs/trunk/; revision=13036
2008-10-09 22:10:59 +00:00
Armijn Hemel
c00f4dfc73 fix path for python
svn path=/nixpkgs/trunk/; revision=13035
2008-10-09 20:49:02 +00:00
Eelco Dolstra
201d20db20 * openssl-0.9.8i.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13024
2008-10-09 14:29:06 +00:00
Ludovic Courtès
1c71357835 libupnp: Switch to the `pupnp' version.
The other one was unmaintained, as reported by Armijn Hemel.

svn path=/nixpkgs/trunk/; revision=13014
2008-10-08 20:03:35 +00:00
Eelco Dolstra
9fa8276ae5 * X.org 7.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13006
2008-10-08 17:02:48 +00:00
Eelco Dolstra
0f0a43adf5 * Cairo 1.8.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13005
2008-10-08 16:57:06 +00:00
Eelco Dolstra
ee07abad60 * Mesa 7.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13004
2008-10-08 16:56:52 +00:00
Eelco Dolstra
643a16f6e2 * FreeType 2.3.7.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13003
2008-10-08 16:56:23 +00:00
Eelco Dolstra
b908adc778 * libpng 1.2.32.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13002
2008-10-08 16:55:55 +00:00
Ludovic Courtès
be651cd73a Add libupnp, a UPnP implementation.
svn path=/nixpkgs/trunk/; revision=12995
2008-10-07 21:18:01 +00:00
Eelco Dolstra
648b6f6631 * Use Glibc 2.8.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12988
2008-10-07 16:55:20 +00:00
Pjotr Prins
3ce5cba9c7 Added pkgMaintainer info to these 'biology' section packages.
svn path=/nixpkgs/trunk/; revision=12987
2008-10-07 15:12:06 +00:00
Pjotr Prins
b3aa5d6bfc Added meta.pkgMaintainer to biology packages - a claim to fame, or
you know who to blame!

svn path=/nixpkgs/trunk/; revision=12986
2008-10-07 15:12:01 +00:00
Pjotr Prins
4ab58fc7f3 Squashed commit of the following:
commit 74c0e9192e17d9dfce50f811fdb7e82a2785134e
Author: Pjotr <pjotr.public05@thebird.nl>
Date:   Tue Oct 7 16:33:39 2008 +0200

    Merge

commit ad91fb07a47226ed9e99f2dcb55b69ea0e70aa84
Author: Pjotr <pjotr.public05@thebird.nl>
Date:   Tue Oct 7 16:23:20 2008 +0200

    openmotif: added some comments on license and download

commit 68a552975f5c7e0964c7c9625e08de0864757255
Author: Pjotr <pjotr.public05@thebird.nl>
Date:   Tue Oct 7 16:10:49 2008 +0200

    Match parameters so arb starts compiling against openmotif

commit 16c52fb4071193f89acf6f7f53cfeff322285555
Author: Pjotr <pjotr.public05@thebird.nl>
Date:   Tue Oct 7 16:04:06 2008 +0200

    Added openmotif package

commit 75c4bba418f16859e99e97f48785e27ad87e99f5
Author: Pjotr <pjotr.public05@thebird.nl>
Date:   Tue Oct 7 15:20:55 2008 +0200

    Adding openmotif

commit 83a847d194b007e2ef856f2a5ad7c49939b6cf8c
Merge: 52918f1... 5ba4f06...
Author: Pjotr <pjotr.public05@thebird.nl>
Date:   Tue Oct 7 14:15:05 2008 +0200

    Merge branch 'syncsvn'

    Conflicts:
    	pkgs/top-level/all-packages.nix

commit 52918f1f3af55429cc80c99d695e4a8d8b7869b0
Author: Pjotr Prins <wrk@nema-ws01.wurnet.nl>
Date:   Mon Oct 6 18:31:06 2008 +0200

    arb: Removed xfig as dependency (will add later)
    arb: Don't recurse chmod settings of shared dir

commit c283733782dcbf0dcd88710e83f3eededf8f0866
Merge: e434cdf... a51773a...
Author: Pjotr Prins <wrk@nema-ws01.wurnet.nl>
Date:   Mon Oct 6 17:09:42 2008 +0200

    Merge branch 'master' of ssh://bio4.xparrot.eu//export/data/repositories/git/nixpkgs-testing-pjotr

commit a51773a3d4295d7ce16e6a7e983ded814180e30a
Merge: 290ae0b... 241012c...
Author: Pjotr <pjotr.public05@thebird.nl>
Date:   Mon Oct 6 16:54:14 2008 +0200

    Merge branch 'master' of ssh://bio4.xparrot.eu//export/data/repositories/git/nixpkgs-testing-pjotr

commit e434cdf9b9acefab4f54e18204ff16af179c442d
Merge: ef57566... 241012c...
Author: Pjotr Prins <wrk@nema-ws01.wurnet.nl>
Date:   Mon Oct 6 16:12:27 2008 +0200

    Merge branch 'master' of ssh://bio4.xparrot.eu//export/data/repositories/git/nixpkgs-testing-pjotr

commit 241012cae194d0f770be2224b5bb18b66e3ae0f0
Author: Pj <wrk@bio03.(none)>
Date:   Mon Oct 6 16:11:11 2008 +0200

    Added older version of lesstif for arb

commit 290ae0b802285a8dda41b3c5730e53239d73b47c
Merge: dfdf7fe... 53b6ceb...
Author: Pjotr <pjotr.public05@thebird.nl>
Date:   Mon Oct 6 15:20:17 2008 +0200

    Merge branch 'master' of ssh://bio4.xparrot.eu//export/data/repositories/git/nixpkgs-testing-pjotr

commit dfdf7fe8ac9599ec372bdb83630a236f227ad7d5
Author: Pjotr <pjotr.public05@thebird.nl>
Date:   Mon Oct 6 15:15:04 2008 +0200

    Fixed missing parameters for arb - and added kernelHeaders_2.6.18

commit ef57566834eb786cdcb57a799b7d1cb284eee389
Author: Pjotr Prins <wrk@nema-ws01.wurnet.nl>
Date:   Mon Oct 6 15:06:26 2008 +0200

    Changed arb permissions and priority

svn path=/nixpkgs/trunk/; revision=12985
2008-10-07 14:35:11 +00:00
Eelco Dolstra
19ebc883e1 * pcre 7.8.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12984
2008-10-07 12:41:36 +00:00
Pjotr Prins
9ff6ecf5dd Added older version of lesstif for arb
svn path=/nixpkgs/trunk/; revision=12974
2008-10-06 15:11:36 +00:00
Eelco Dolstra
781bb5a6e1 * Apache httpd: build against apr, aputil and pcre instead of using
its own copies.

svn path=/nixpkgs/trunk/; revision=12971
2008-10-06 13:38:45 +00:00
Eelco Dolstra
6591cc2640 * Subversion 1.5.2, Neon 0.28.3, Apache 2.2.9.
svn path=/nixpkgs/trunk/; revision=12966
2008-10-06 12:35:05 +00:00
Eelco Dolstra
700677583c * Revert - this needs to go to the stdenv branch (I'll create it
tomorrow).

svn path=/nixpkgs/trunk/; revision=12965
2008-10-05 21:16:30 +00:00
Marc Weber
38c5e4fc67 moved pysqlite into PYTHON MODULES section
svn path=/nixpkgs/trunk/; revision=12964
2008-10-05 18:37:09 +00:00
Pjotr Prins
2391d84867 Two math packages
svn path=/nixpkgs/trunk/; revision=12955
2008-10-05 09:01:59 +00:00
Pjotr Prins
cb546965bc Lesstif patches - lesstif stable has not been updated in a long time and these
are recognized patches (5 out of 6 are in Debian stable). Required for
the arb package.


svn path=/nixpkgs/trunk/; revision=12952
2008-10-05 08:59:26 +00:00
Pjotr Prins
0e6536e5c6 sha256 for libxslt changed?!
svn path=/nixpkgs/trunk/; revision=12948
2008-10-05 08:47:34 +00:00
Pjotr Prins
859162564f Bumped pcre version
svn path=/nixpkgs/trunk/; revision=12947
2008-10-05 08:44:09 +00:00
Pjotr Prins
484313f696 Bumped gsl version
svn path=/nixpkgs/trunk/; revision=12946
2008-10-05 08:43:10 +00:00
Michael Raskin
b28de1b619 Added libVNCserver
svn path=/nixpkgs/trunk/; revision=12940
2008-10-04 15:13:31 +00:00
Marc Weber
32e2dbf87f added wavesurfer (sound analysis tool) and its dependency snack (tcl /python sound tool library)
svn path=/nixpkgs/trunk/; revision=12904
2008-09-24 00:42:06 +00:00
Eelco Dolstra
ba6845d03e * gphoto updated to 2.4.2.
svn path=/nixpkgs/trunk/; revision=12900
2008-09-22 17:06:31 +00:00
Eelco Dolstra
40df8c7b92 * Use the latest version while we're at it.
svn path=/nixpkgs/trunk/; revision=12885
2008-09-18 21:20:44 +00:00
Eelco Dolstra
8e494d50b3 * Fix a broken URL.
svn path=/nixpkgs/trunk/; revision=12884
2008-09-18 21:17:10 +00:00
Ludovic Courtès
cfef9ba3ad GNU Libgcrypt 1.4.3.
svn path=/nixpkgs/trunk/; revision=12882
2008-09-18 19:03:42 +00:00
Ludovic Courtès
7c9b4112c6 GnuTLS 2.4.2.
svn path=/nixpkgs/trunk/; revision=12868
2008-09-16 09:14:20 +00:00
Armijn Hemel
dbcba78213 pidgin otr + libotr 3.1.0 -> 3.2.0
svn path=/nixpkgs/trunk/; revision=12860
2008-09-13 10:40:33 +00:00
Eelco Dolstra
5168fde6a6 * Revert to 7.4 (but with an updated URL) since pcre is a part of
stdenv.  Time to reopen the stdenv branch?

svn path=/nixpkgs/trunk/; revision=12838
2008-09-10 11:33:46 +00:00
Ludovic Courtès
884b8c42d3 Fix GnuTLS' `openssl' test.
svn path=/nixpkgs/trunk/; revision=12836
2008-09-09 20:17:03 +00:00
Peter Simons
be4bb6f4de libpcre: update from 7.4 to 7.8
Version 7.4 of libpcre is no longer available for download at the
specified location, so I updated to version 7.8, which is the latest
one.

svn path=/nixpkgs/trunk/; revision=12835
2008-09-09 19:09:55 +00:00
Eelco Dolstra
aac824af28 * Disable make check for now due to a bug in gnutls, see
http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3050

svn path=/nixpkgs/trunk/; revision=12834
2008-09-09 14:54:02 +00:00
Ludovic Courtès
8f0dab06ec Add GnuPG mirrors, use them.
svn path=/nixpkgs/trunk/; revision=12832
2008-09-09 09:06:01 +00:00
Ludovic Courtès
c4c830b66e libgcrypt 1.4.2.
svn path=/nixpkgs/trunk/; revision=12831
2008-09-09 08:48:46 +00:00
Michael Raskin
0f48d38859 Move libgcrypt to propagatedBuildInputs of gnutls, problems with, say, Pidgin without that.
svn path=/nixpkgs/trunk/; revision=12815
2008-09-06 18:22:35 +00:00
Ludovic Courtès
deac729a8c libgc 7.1.
svn path=/nixpkgs/trunk/; revision=12804
2008-09-05 08:03:44 +00:00
Pjotr Prins
a4b504243d gmp: removed superfluous settings
svn path=/nixpkgs/trunk/; revision=12791
2008-09-03 10:30:47 +00:00
Eelco Dolstra
5d9dfc1e60 * Removed $installCommand, it's no longer needed since we split the
install and fixup phases.  You can just override installPhase.

svn path=/nixpkgs/trunk/; revision=12787
2008-09-02 13:51:32 +00:00
Ludovic Courtès
2b119ba405 Add Ming, a C library to generate Flash files.
svn path=/nixpkgs/trunk/; revision=12786
2008-09-02 13:43:53 +00:00
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
Marc Weber
620138ad0c removed libixp-0.3 (wmiimenu does also build with 0.4)
wmii updated

svn path=/nixpkgs/trunk/; revision=12011
2008-06-08 21:41:07 +00:00
Marc Weber
60a651413a added freestyle (non photorealistic renderer) and dependencies libQGLViewer, lib3ds
svn path=/nixpkgs/trunk/; revision=12009
2008-06-08 03:56:32 +00:00
Pjotr Prins
289da88ccc Moved NCBI-tools to applications
svn path=/nixpkgs/trunk/; revision=12004
2008-06-07 06:34:02 +00:00
Pjotr Prins
d78d018ad8 Added ncbi-tools
svn path=/nixpkgs/trunk/; revision=12003
2008-06-06 19:42:00 +00:00
Marc Weber
bd0df285fa x264 codec lib added
svn path=/nixpkgs/trunk/; revision=11876
2008-05-22 00:18:45 +00:00
Ludovic Courtès
1fffc63a27 GnuTLS 2.2.5 (security fix).
svn path=/nixpkgs/trunk/; revision=11872
2008-05-21 13:17:14 +00:00
Eelco Dolstra
eca684a44b * Gnome 2.22.1.
* Moved some of the Gnome package Nix expressions into
  pkgs/desktops/gnome/default.nix - no need to have them in separate
  files.  This way the code is much shorter.  Still to be done for all
  the other Gnome packages.
* Glib 2.16.3.

svn path=/nixpkgs/branches/stdenv-updates/; revision=11855
2008-05-20 14:25:09 +00:00
Eelco Dolstra
79ed6fcf36 * Obsolete.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11847
2008-05-19 13:41:40 +00:00
Eelco Dolstra
011179a980 * Updated attr and acl.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11846
2008-05-19 13:39:28 +00:00
Ludovic Courtès
e1aea4d59b GnuTLS: ``downgrade'' to 2.2.4 since 2.2.x is the current stable branch anyway.
svn path=/nixpkgs/trunk/; revision=11845
2008-05-19 13:11:05 +00:00
Armijn Hemel
7ab6fe7900 add libmicrohttpd
svn path=/nixpkgs/trunk/; revision=11813
2008-05-11 11:46:48 +00:00
Tobias Hammerschmidt
2741145987 updatet qt4 to 4.4.0 and cleaned up the nix expression a little bit, breaks a lot of stuff depending on qt4 I suppose ;-)
svn path=/nixpkgs/trunk/; revision=11809
2008-05-10 09:09:56 +00:00
Eelco Dolstra
7736d51d6d * Minor type error.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11806
2008-05-09 16:30:08 +00:00
Eelco Dolstra
537dc07161 * libpng 1.2.29.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11805
2008-05-09 16:12:46 +00:00
Tobias Hammerschmidt
1b5ef4d462 xine-lib 1.1.12
svn path=/nixpkgs/trunk/; revision=11722
2008-04-25 21:49:25 +00:00
Eelco Dolstra
319feed942 * Latest Cairo / GTK.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11692
2008-04-23 10:48:10 +00:00
Eelco Dolstra
09ab596e0f * Remove calls to fail().
svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
2008-04-23 07:34:20 +00:00
Eelco Dolstra
ab14de7316 * Put back the longDescription.
svn path=/nixpkgs/trunk/; revision=11673
2008-04-22 07:57:31 +00:00
Eelco Dolstra
ba767eab2e * Audacious: enable support for playing CDs.
svn path=/nixpkgs/trunk/; revision=11671
2008-04-22 07:14:47 +00:00
Marc Weber
9152db766f kde shipped with a copy of this lib. They have removed it. I guess we need id nevertheless?
svn path=/nixpkgs/trunk/; revision=11669
2008-04-21 15:20:49 +00:00
Tobias Hammerschmidt
cfc9624c08 X11 version 1.4.2, added xmobar a minimalistic status bar written in haskell (integrates fine with xmonad)
svn path=/nixpkgs/trunk/; revision=11645
2008-04-15 20:03:25 +00:00
Armijn Hemel
1898afa254 add 2.12 GTK plus dependencies. I just took the latest of every dependency, so this might not be correct. Feel free to fix.
svn path=/nixpkgs/trunk/; revision=11612
2008-04-12 18:48:48 +00:00
Ludovic Courtès
48f590e95c Add libffi, a foreign function interface library.
svn path=/nixpkgs/trunk/; revision=11505
2008-04-09 07:40:48 +00:00
Ludovic Courtès
38411d756d GnuTLS: Upgrade, run test suite, add support for Guile bindings.
svn path=/nixpkgs/trunk/; revision=11502
2008-04-09 07:30:05 +00:00
Eelco Dolstra
7d96471775 * Ignore services in nsswitch.conf that cannot be found (like
"mdns4_mininal" on Ubuntu).  This is a fix for NIXPKGS-79.  It
  doesn't *quite* fix the problem in all cases (there might be people
  actually using mDNS; they should just run the "nscd" daemon) but at
  least it should keep curl from failing in Nixpkgs downloads.

svn path=/nixpkgs/branches/stdenv-updates/; revision=11487
2008-04-08 12:28:03 +00:00
Eelco Dolstra
8a60c1726d * Removed some unused files.
svn path=/nixpkgs/trunk/; revision=11486
2008-04-08 10:44:06 +00:00
Ludovic Courtès
1f161a2789 Add GDBM, a key/value database library.
svn path=/nixpkgs/trunk/; revision=11480
2008-04-06 23:18:25 +00:00
Marc Weber
1923d17a7d gegl added (needs recent glibc)
svn path=/nixpkgs/trunk/; revision=11465
2008-04-04 20:57:09 +00:00
Marc Weber
9e83312bd1 svn path=/nixpkgs/trunk/; revision=11461 2008-04-04 16:58:19 +00:00
Marc Weber
b82c4debb8 Added babl (pixel image transformation library usesd by gegl)
svn path=/nixpkgs/trunk/; revision=11460
2008-04-04 15:11:27 +00:00
Michael Raskin
9b67b4ba0f Updated MPFR
svn path=/nixpkgs/trunk/; revision=11441
2008-04-01 16:53:18 +00:00
Ludovic Courtès
9ff94543d0 Add `doCheck = true' for GNU libcdio and GNU Idutils.
svn path=/nixpkgs/trunk/; revision=11308
2008-03-27 15:27:30 +00:00
Tobias Hammerschmidt
9f0f6cb5ec version update
svn path=/nixpkgs/trunk/; revision=11297
2008-03-27 09:46:03 +00:00
Marc Weber
438f35dac0 removed wmii includeUnpack hack having been used to support old and new setup script
svn path=/nixpkgs/trunk/; revision=11270
2008-03-23 16:52:27 +00:00
Ludovic Courtès
95f0e6a1a7 Differentiate between longDescription' and description'.
svn path=/nixpkgs/trunk/; revision=11230
2008-03-20 14:35:03 +00:00
Ludovic Courtès
2d15d4c269 Augment `libxml2' setup hook to add XSL stylesheets to XML catalogs.
This allows, for instance, `docbook_xsl' to be visible (as part of
`$XML_CATALOG_FILES') by packages that use it as a build input.

svn path=/nixpkgs/trunk/; revision=11047
2008-03-11 08:42:26 +00:00
Armijn Hemel
c16b552bac update liboil to 0.3.13 (and add some (new) missing deps)
add schroedinger, a free codec (might be moved to its own category instead of libs)

svn path=/nixpkgs/trunk/; revision=11043
2008-03-10 20:13:44 +00:00
Ludovic Courtès
7c7639a888 GNU Gnash 0.8.2, Agg 2.5.
svn path=/nixpkgs/trunk/; revision=11030
2008-03-10 09:48:17 +00:00
Eelco Dolstra
5ebab60b5e * Latest GTK+, glib, ATK, Pango, FreeType, Cairo, Fontconfig.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11017
2008-03-07 15:43:43 +00:00
Ludovic Courtès
d1ed48981c Avahi: Make Qt4 support optional and configurable.
svn path=/nixpkgs/trunk/; revision=10997
2008-03-06 16:42:34 +00:00
Eelco Dolstra
2d948fed46 * Remove unused old versions.
svn path=/nixpkgs/trunk/; revision=10996
2008-03-06 16:42:25 +00:00
Eelco Dolstra
173ae78b85 * libpng 1.2.25.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10994
2008-03-06 16:22:41 +00:00
Eelco Dolstra
f2f87036ce * Revert to DBus 1.0.2; 1.1.20 is broken, it kills the X server when
you restart the daemon (http://bugs.gentoo.org/show_bug.cgi?id=206509).

svn path=/nixpkgs/trunk/; revision=10984
2008-03-06 13:02:04 +00:00
Eelco Dolstra
57d4f03ba8 * Make sure that zone.tab gets installed (NIXOS-56 regression).
svn path=/nixpkgs/branches/stdenv-updates/; revision=10967
2008-03-05 15:33:37 +00:00
Eelco Dolstra
c65fa45df9 * Fix building when /var/lib/dbus doesn't exist.
svn path=/nixpkgs/trunk/; revision=10963
2008-03-05 14:37:06 +00:00
Ludovic Courtès
ddb9d11f1c Add libcddb and GNU libcdio.
svn path=/nixpkgs/trunk/; revision=10960
2008-03-05 09:10:23 +00:00
Eelco Dolstra
167aa686ee * DBus 1.1.20.
svn path=/nixpkgs/trunk/; revision=10945
2008-03-04 13:30:34 +00:00
Armijn Hemel
27540fd36e update to 0.8.14 (warning: triggers OOo rebuild :-P )
svn path=/nixpkgs/trunk/; revision=10933
2008-03-03 22:07:25 +00:00
Michael Raskin
9f393398e2 Added Shamir Secret Sharing Scheme and bmrsa. Fixed libgcrypt
svn path=/nixpkgs/trunk/; revision=10928
2008-03-03 12:30:39 +00:00
Eelco Dolstra
f30f36104b * Added Audacious, a fork of beep-media-player (which doesn't seem to
work very well after the Glibc update), plus its dependencies.

  TODO: make an audacious-wrapper that lets Audacious find its plugins
  automatically.  Currently you have to install audacious-plugins and
  symlink ~/.nix-profile/lib/audacious/* in
  ~/.local/share/audacious/Plugins.

svn path=/nixpkgs/trunk/; revision=10927
2008-03-03 10:55:20 +00:00
Armijn Hemel
73051b79b7 force a build without X for now. This should be made an option...soon.
svn path=/nixpkgs/trunk/; revision=10921
2008-03-02 22:12:27 +00:00
Michael Raskin
71f8e0911a Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Eelco Dolstra
55fd683572 * Mesa 7.0.3.
svn path=/nixpkgs/trunk/; revision=10898
2008-03-01 17:44:50 +00:00
Armijn Hemel
cfceb8f146 add gssdp
svn path=/nixpkgs/trunk/; revision=10867
2008-02-26 20:47:30 +00:00
Sander van der Burg
1974f19dff Added smack library
svn path=/nixpkgs/trunk/; revision=10857
2008-02-26 09:07:12 +00:00
Sander van der Burg
80d4c9ed4a Added gwt-dragdrop library
svn path=/nixpkgs/trunk/; revision=10856
2008-02-26 08:48:40 +00:00
Sander van der Burg
23622f6cda Added gwt-widgets
svn path=/nixpkgs/trunk/; revision=10851
2008-02-25 12:45:17 +00:00
Michael Raskin
8ea6496a10 -
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10823
2008-02-22 03:06:12 +00:00
Eelco Dolstra
67c961fd63 * Merged -r10790:HEAD from the trunk.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10815
2008-02-21 17:34:03 +00:00
Ludovic Courtès
4050f8fa45 Add MPICH2, an implementation of the Message Passing Interface.
svn path=/nixpkgs/trunk/; revision=10807
2008-02-21 16:17:43 +00:00
Eelco Dolstra
e12b421add * Merged most of the stdenv-updates branch. Some stuff didn't
merge cleanly right away (kde-4, kernel stuff) so it should be
  merged later.  But the stdenv stuff is all there.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Yury G. Kudryashov
805424e33f libxklavier added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10749
2008-02-18 20:53:36 +00:00
Yury G. Kudryashov
f1459725b6 telepathy stuff
svn path=/nixpkgs/branches/stdenv-updates/; revision=10748
2008-02-18 20:53:23 +00:00
Yury G. Kudryashov
fc33ef9f7b libraw1394: URL corrected
svn path=/nixpkgs/branches/stdenv-updates/; revision=10747
2008-02-18 20:53:11 +00:00
Yury G. Kudryashov
0aa0847307 added gnupg-1.x compatibility symlinks to gnupg-2.x, removed gnupg2 attr
svn path=/nixpkgs/branches/stdenv-updates/; revision=10746
2008-02-18 20:52:59 +00:00
Yury G. Kudryashov
0b2d493521 libarchive: 2.4.12 added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10745
2008-02-18 20:52:40 +00:00
Yury G. Kudryashov
343d3f0e4c log4cxx: +boost
svn path=/nixpkgs/branches/stdenv-updates/; revision=10742
2008-02-18 20:51:56 +00:00
Yury G. Kudryashov
fefdde6209 liboil: URL corrected
svn path=/nixpkgs/branches/stdenv-updates/; revision=10741
2008-02-18 20:51:40 +00:00
Yury G. Kudryashov
f19180e9c2 ortp: 0.7.1 added (libjingle may need it)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10740
2008-02-18 20:51:25 +00:00
Yury G. Kudryashov
461b3197b5 enchant: using selectVersion
svn path=/nixpkgs/branches/stdenv-updates/; revision=10739
2008-02-18 20:51:07 +00:00
Yury G. Kudryashov
81429b0ac2 avahi: glib and qt4 support, 0.6.22 added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10737
2008-02-18 20:48:36 +00:00
Ludovic Courtès
dbc5fb085c Add Aspell Esperanto dictionary.
svn path=/nixpkgs/trunk/; revision=10687
2008-02-14 13:39:03 +00:00
Eelco Dolstra
a65d6f9f59 * Emacs expects an alias called "nederlands" (not "dutch"), so provide
it.

svn path=/nixpkgs/trunk/; revision=10676
2008-02-14 10:26:17 +00:00
Ludovic Courtès
3925367ca2 Aspell: Use the `ASPELL_CONF' environment variable instead of patching Aspell.
A related change in `/etc/profile' will be checked in in the NixOS repository.

svn path=/nixpkgs/trunk/; revision=10672
2008-02-14 09:40:28 +00:00
Eelco Dolstra
89815eb9a0 * gcc-wrapper: Propagate the wrapped gcc, binutils and glibc to the
user environment.  (NIXPKGS-63)

svn path=/nixpkgs/branches/stdenv-updates/; revision=10664
2008-02-13 19:41:37 +00:00
Eelco Dolstra
5f45fb3ae9 * substitute() in stdenv: use the replace program instead of awful
sed hackery.
* Some indentation fixes in setup.sh.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10658
2008-02-13 14:23:09 +00:00
Michael Raskin
a25344377e Ported ffmpeg_svn tarball link; fixes to iptables
svn path=/nixpkgs/branches/stdenv-updates/; revision=10651
2008-02-12 21:47:49 +00:00
Ludovic Courtès
c81efcdedb Add GNU lsh, a GPL'd implementation of SSH, and `liboop', and event loop library.
svn path=/nixpkgs/trunk/; revision=10637
2008-02-12 10:51:44 +00:00
Ludovic Courtès
a30e268cb7 Add mpg321, libao and libid3tag; upgrade libmad.
svn path=/nixpkgs/trunk/; revision=10626
2008-02-11 21:02:38 +00:00
Eelco Dolstra
1e7824a683 * Use a tarball for ffmpeg_svn.
svn path=/nixpkgs/trunk/; revision=10620
2008-02-10 23:00:58 +00:00
Yury G. Kudryashov
270646012a qt-4: sha256 update. May be, they export some external repo?
svn path=/nixpkgs/branches/stdenv-updates/; revision=10617
2008-02-10 17:42:20 +00:00
Yury G. Kudryashov
40e41fe362 redland: more dependencies
svn path=/nixpkgs/branches/stdenv-updates/; revision=10615
2008-02-10 17:42:11 +00:00
Yury G. Kudryashov
1cf8a9d0ed readline5: shared, using sha256
svn path=/nixpkgs/branches/stdenv-updates/; revision=10613
2008-02-10 17:42:02 +00:00
Yury G. Kudryashov
c3193c538a sqlite: 3.5.6 added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10612
2008-02-10 17:41:58 +00:00
Yury G. Kudryashov
6e337bd44d libxslt: propagating libxml2
svn path=/nixpkgs/branches/stdenv-updates/; revision=10609
2008-02-10 17:41:40 +00:00
Yury G. Kudryashov
cc0430ca4b gettext: shared
svn path=/nixpkgs/branches/stdenv-updates/; revision=10608
2008-02-10 17:41:35 +00:00
Yury G. Kudryashov
0a270d49e7 libsigsegv: shared
svn path=/nixpkgs/branches/stdenv-updates/; revision=10607
2008-02-10 17:41:29 +00:00
Yury G. Kudryashov
80d81c1a82 Ncurses: more compatibility .la's
svn path=/nixpkgs/branches/stdenv-updates/; revision=10604
2008-02-10 17:41:10 +00:00
Yury G. Kudryashov
734a1b39e0 added SDL_net, some minor modifications to SDL_image and SDL_mixer
svn path=/nixpkgs/branches/stdenv-updates/; revision=10595
2008-02-10 17:40:00 +00:00
Yury G. Kudryashov
7d7f290d70 Add `avahi' package.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10594
2008-02-10 17:39:52 +00:00
Yury G. Kudryashov
156b7f93ef * Updated Apache-related packages.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10589
2008-02-10 17:39:07 +00:00
Yury G. Kudryashov
d8688a1eb9 * Reiser4 stuff.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10586
2008-02-10 17:38:36 +00:00
Yury G. Kudryashov
f27c53669a Fixed wish in Tk
svn path=/nixpkgs/branches/stdenv-updates/; revision=10584
2008-02-10 17:38:12 +00:00
Yury G. Kudryashov
63e46d78d0 Fixed stable socat (applied patch by Nicolas Pierron); updated Tk installation step for XMaxima compatibility
svn path=/nixpkgs/branches/stdenv-updates/; revision=10576
2008-02-10 17:36:23 +00:00
Yury G. Kudryashov
8a3676ebf6 qt-4: updated to 772114
svn path=/nixpkgs/branches/stdenv-updates/; revision=10571
2008-02-10 17:35:17 +00:00
Yury G. Kudryashov
f4eda0eb22 ilbc and msilbc libraries added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10570
2008-02-10 17:35:03 +00:00
Yury G. Kudryashov
a4512a4a49 Mediastreamer: compilable
svn path=/nixpkgs/branches/stdenv-updates/; revision=10569
2008-02-10 17:34:49 +00:00
Marc Weber
248004a624 fcgi library added
svn path=/nixpkgs/trunk/; revision=10552
2008-02-08 10:54:56 +00:00
Michael Raskin
c264b316b1 Some updates. Now I can build system at least with some settings.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10551
2008-02-08 10:39:20 +00:00
Yury G. Kudryashov
58d6720165 added mediastreamer (failed to build now)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10539
2008-02-07 11:07:27 +00:00
Yury G. Kudryashov
dd184fa88d erlang and libsigsegv upgraded
svn path=/nixpkgs/branches/stdenv-updates/; revision=10537
2008-02-07 10:43:05 +00:00
Tobias Hammerschmidt
aa1f102e1c added SDL_net, some minor modifications to SDL_image and SDL_mixer
svn path=/nixpkgs/trunk/; revision=10528
2008-02-06 21:17:42 +00:00
Ludovic Courtès
b60e822bfb Add `avahi' package.
svn path=/nixpkgs/trunk/; revision=10527
2008-02-06 19:36:12 +00:00
Yury G. Kudryashov
410197a734 ffmpeg: new has, more features
svn path=/nixpkgs/branches/stdenv-updates/; revision=10524
2008-02-06 19:01:01 +00:00
Yury G. Kudryashov
1bd8ddd18e a52dec: nix-expr review, shared build
svn path=/nixpkgs/branches/stdenv-updates/; revision=10523
2008-02-06 19:00:56 +00:00
Yury G. Kudryashov
112024a954 libavc1394: propagating libraw1394
svn path=/nixpkgs/branches/stdenv-updates/; revision=10522
2008-02-06 19:00:51 +00:00
Yury G. Kudryashov
da2e5a04c0 libiec61883: propagating libraw1394
svn path=/nixpkgs/branches/stdenv-updates/; revision=10521
2008-02-06 19:00:46 +00:00
Yury G. Kudryashov
4f5f90015f libraw1394: 1.3.0
svn path=/nixpkgs/branches/stdenv-updates/; revision=10520
2008-02-06 19:00:41 +00:00
Yury G. Kudryashov
2e3480708a liboil, libosip2 and libeXosip2 added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10517
2008-02-06 19:00:22 +00:00
Yury G. Kudryashov
7c1e5d4200 libdv: more flags
svn path=/nixpkgs/branches/stdenv-updates/; revision=10516
2008-02-06 19:00:15 +00:00
Yury G. Kudryashov
2d2aef01a5 gstreamer moved to development/libraries/gstreamer, base and good plugins added.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10515
2008-02-06 19:00:04 +00:00
Eelco Dolstra
cb0c387ce2 * Updated Apache-related packages.
svn path=/nixpkgs/trunk/; revision=10502
2008-02-05 11:41:49 +00:00
Eelco Dolstra
9f2711c674 * Reiser4 stuff.
svn path=/nixpkgs/trunk/; revision=10498
2008-02-04 14:37:15 +00:00
Michael Raskin
3ba61eafa7 Fixed wish in Tk
svn path=/nixpkgs/trunk/; revision=10496
2008-02-04 14:24:40 +00:00
Michael Raskin
540214e9fd Fixed stable socat (applied patch by Nicolas Pierron); updated Tk installation step for XMaxima compatibility
svn path=/nixpkgs/trunk/; revision=10482
2008-02-03 14:17:22 +00:00
Yury G. Kudryashov
465316c02b gtk-libs-2.6 removed
svn path=/nixpkgs/branches/stdenv-updates/; revision=10479
2008-02-03 13:19:03 +00:00
Yury G. Kudryashov
00af084c1c glibmm and gtkmm moved into gtkLibs
svn path=/nixpkgs/branches/stdenv-updates/; revision=10478
2008-02-03 13:18:37 +00:00
Yury G. Kudryashov
2ca177e6ae cairomm added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10477
2008-02-03 13:18:15 +00:00
Yury G. Kudryashov
09e96afbda gtk-libs-2.10: other syntax
svn path=/nixpkgs/branches/stdenv-updates/; revision=10475
2008-02-03 13:17:41 +00:00
Yury G. Kudryashov
598199c93d Removed unused gtkLibs28
svn path=/nixpkgs/branches/stdenv-updates/; revision=10474
2008-02-03 13:17:25 +00:00
Yury G. Kudryashov
0032a3245e Moved gtk-libs-x.xx to gtk-libs/x.xx
svn path=/nixpkgs/branches/stdenv-updates/; revision=10473
2008-02-03 13:17:07 +00:00
Yury G. Kudryashov
702786d80e Unused dbus_x directory removed
svn path=/nixpkgs/branches/stdenv-updates/; revision=10472
2008-02-03 13:16:32 +00:00
Yury G. Kudryashov
cb4d31fcf9 Removed old (2.2 and 2.4) gtk-libs
svn path=/nixpkgs/branches/stdenv-updates/; revision=10471
2008-02-03 13:16:20 +00:00
Yury G. Kudryashov
e0d1a17680 dbus: fixed a typo
svn path=/nixpkgs/branches/stdenv-updates/; revision=10466
2008-02-02 20:42:36 +00:00
Yury G. Kudryashov
1a12f687e2 dbus-glib: propagating glib
svn path=/nixpkgs/branches/stdenv-updates/; revision=10465
2008-02-02 20:42:13 +00:00
Yury G. Kudryashov
aa4d93482d D-Bus splitted into two packages: dbus.libs and dbus.tools
svn path=/nixpkgs/branches/stdenv-updates/; revision=10461
2008-02-02 20:41:06 +00:00
Yury G. Kudryashov
74d3d736f5 Removed unused patches (libexif, libgphoto2)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10459
2008-02-02 20:40:39 +00:00
Yury G. Kudryashov
56e0a4b43a libgphoto2: removed unneeded gettext dependency
svn path=/nixpkgs/branches/stdenv-updates/; revision=10458
2008-02-02 20:40:23 +00:00
Yury G. Kudryashov
a20bd6bfa9 libexif: removed unneeded gettext dependency
svn path=/nixpkgs/branches/stdenv-updates/; revision=10457
2008-02-02 20:40:05 +00:00
Yury G. Kudryashov
d52ed394ae gettext: removed old versions, added 0.17
svn path=/nixpkgs/branches/stdenv-updates/; revision=10454
2008-02-02 20:39:21 +00:00
Yury G. Kudryashov
45b91c969c gettext: using selectVersion
svn path=/nixpkgs/branches/stdenv-updates/; revision=10453
2008-02-02 20:39:12 +00:00
Yury G. Kudryashov
fbfab88e04 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.


svn path=/nixpkgs/branches/stdenv-updates/; revision=10429
2008-01-31 10:41:04 +00:00
Yury G. Kudryashov
5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Yury G. Kudryashov
316b5505cd Added aterm 2.5
svn path=/nixpkgs/branches/stdenv-updates/; revision=10381
2008-01-29 13:17:02 +00:00
Sander van der Burg
87ff8a8869 Added aterm 2.5
svn path=/nixpkgs/trunk/; revision=10370
2008-01-29 09:32:56 +00:00
Yury G. Kudryashov
40383877a9 Revert "boost: compiles with gcc-4.2": it is not needed in trunk
This reverts commit 10327.

svn path=/nixpkgs/trunk/; revision=10368
2008-01-28 20:25:21 +00:00
Yury G. Kudryashov
a76f4ff7e2 Reverted default gettext to 0.14.6
svn path=/nixpkgs/trunk/; revision=10366
2008-01-28 20:01:12 +00:00
Yury G. Kudryashov
3d2853cc3f Added some telepathy+tapioca stuff.
svn path=/nixpkgs/trunk/; revision=10360
2008-01-28 19:49:44 +00:00
Yury G. Kudryashov
074ec5902a loudmouth library added
svn path=/nixpkgs/trunk/; revision=10359
2008-01-28 19:49:25 +00:00
Yury G. Kudryashov
1d493837f4 ortp added
svn path=/nixpkgs/trunk/; revision=10358
2008-01-28 19:49:08 +00:00
Yury G. Kudryashov
8e2d3fca62 dbus-glib nix-expr syntax changed
svn path=/nixpkgs/trunk/; revision=10356
2008-01-28 19:48:44 +00:00
Yury G. Kudryashov
bd5f1ecd99 indilib added
svn path=/nixpkgs/trunk/; revision=10352
2008-01-28 19:47:23 +00:00
Yury G. Kudryashov
9860dc8ed8 libnova added
svn path=/nixpkgs/trunk/; revision=10351
2008-01-28 19:47:12 +00:00
Yury G. Kudryashov
c079c14928 cfitsio added
svn path=/nixpkgs/trunk/; revision=10350
2008-01-28 19:46:59 +00:00
Yury G. Kudryashov
a388688509 libarchive added
svn path=/nixpkgs/trunk/; revision=10349
2008-01-28 19:46:38 +00:00
Yury G. Kudryashov
8e8e7f8827 More dependencies for gpgme
svn path=/nixpkgs/trunk/; revision=10347
2008-01-28 19:46:13 +00:00
Yury G. Kudryashov
cb97c35267 libunwind added
svn path=/nixpkgs/trunk/; revision=10345
2008-01-28 19:45:30 +00:00
Yury G. Kudryashov
bf29533257 iniparser library added
svn path=/nixpkgs/trunk/; revision=10344
2008-01-28 19:45:19 +00:00
Yury G. Kudryashov
4fe93e1b9a Added libksba
svn path=/nixpkgs/trunk/; revision=10342
2008-01-28 19:44:20 +00:00
Yury G. Kudryashov
3dc7ffcfa8 libassuan added
svn path=/nixpkgs/trunk/; revision=10341
2008-01-28 19:43:37 +00:00
Yury G. Kudryashov
3b04368401 pth added
svn path=/nixpkgs/trunk/; revision=10340
2008-01-28 19:43:03 +00:00
Yury G. Kudryashov
6417110fb5 Propagating inputs of heimdal
svn path=/nixpkgs/trunk/; revision=10339
2008-01-28 19:42:33 +00:00
Yury G. Kudryashov
e075391df6 xine-lib: 1.1.9.1, more features, all features made mandatory.
svn path=/nixpkgs/trunk/; revision=10338
2008-01-28 19:42:09 +00:00
Yury G. Kudryashov
08d38f7097 gamin added
svn path=/nixpkgs/trunk/; revision=10337
2008-01-28 19:41:55 +00:00
Yury G. Kudryashov
b40d1ace2e Heimdal Kerberos added
svn path=/nixpkgs/trunk/; revision=10336
2008-01-28 19:41:25 +00:00
Yury G. Kudryashov
296936ed73 Added JasPer JPEG 2000 library
svn path=/nixpkgs/trunk/; revision=10335
2008-01-28 19:41:03 +00:00
Yury G. Kudryashov
4625fd0843 openal-soft: 1.1.93
svn path=/nixpkgs/trunk/; revision=10334
2008-01-28 19:40:43 +00:00
Yury G. Kudryashov
ef603be3d1 redland: upgraded to 1.0.7
svn path=/nixpkgs/trunk/; revision=10330
2008-01-28 19:38:32 +00:00
Yury G. Kudryashov
45426906f0 xine-lib: added pkg-config
svn path=/nixpkgs/trunk/; revision=10329
2008-01-28 19:38:08 +00:00
Yury G. Kudryashov
68cf3dddcc xine-lib: now compiles with 2.6.23 headers
svn path=/nixpkgs/trunk/; revision=10328
2008-01-28 19:37:36 +00:00
Yury G. Kudryashov
1e072c634d boost: compiles with gcc-4.2
svn path=/nixpkgs/trunk/; revision=10327
2008-01-28 19:36:57 +00:00
Yury G. Kudryashov
36eb082dab openalSoft: nix-expr cleanup
svn path=/nixpkgs/trunk/; revision=10325
2008-01-28 19:35:40 +00:00
Yury G. Kudryashov
b3cd1e644a Changed version-related syntax in python, gettext and ocaml
svn path=/nixpkgs/trunk/; revision=10316
2008-01-28 19:30:57 +00:00
Yury G. Kudryashov
0aef28a212 Rewritten gettext-version stuff.
I've added listOfListsToAttrs to lib because I don't like to type "name =" and
"value =".


svn path=/nixpkgs/trunk/; revision=10315
2008-01-28 19:30:13 +00:00
Yury G. Kudryashov
bc5974fb89 Changed syntax of getVersion
svn path=/nixpkgs/trunk/; revision=10314
2008-01-28 19:29:28 +00:00
Yury G. Kudryashov
9b2659eec7 Merged with trunk again
svn path=/nixpkgs/branches/stdenv-updates/; revision=10295
2008-01-25 14:16:25 +00:00
Yury G. Kudryashov
5ff29bb2c9 qt4 sha256-sum corrected
svn path=/nixpkgs/branches/stdenv-updates/; revision=10291
2008-01-25 12:56:32 +00:00
Andres Löh
4a49a7befc * gtk2hs switched to ghc-6.8.2 (but still not following the scheme of the other Haskell libs)
* HDBC with postgresql and sqlite3 drivers added

svn path=/nixpkgs/trunk/; revision=10287
2008-01-25 12:42:07 +00:00
Yury G. Kudryashov
da57804fff Merged with trunk again
svn path=/nixpkgs/branches/stdenv-updates/; revision=10267
2008-01-23 18:11:03 +00:00
Yury G. Kudryashov
4de89f61b0 Added some telepathy+tapioca stuff.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10266
2008-01-23 16:34:33 +00:00
Yury G. Kudryashov
b02b328b9c loudmouth library added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10265
2008-01-23 16:34:21 +00:00
Yury G. Kudryashov
0b1b74ee44 ortp added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10264
2008-01-23 16:33:59 +00:00
Yury G. Kudryashov
b20f6b4cae dbus-glib nix-expr syntax changed
svn path=/nixpkgs/branches/stdenv-updates/; revision=10261
2008-01-23 16:33:41 +00:00
Andres Löh
1e1707f61c * uuagc and uulib are now using ghc-6.8.2
svn path=/nixpkgs/trunk/; revision=10255
2008-01-23 08:36:03 +00:00
Andres Löh
84e7b463f5 * converted happy and haddock to use generic Cabal builder
svn path=/nixpkgs/trunk/; revision=10252
2008-01-22 21:10:19 +00:00
Andres Löh
021e9b704b * small fix for the generic Cabal builder
* added Crypto and pcre-light packages

svn path=/nixpkgs/trunk/; revision=10250
2008-01-22 19:02:55 +00:00
Andres Löh
d8694e68eb * added generic Cabal builder
* transformed zlib, vty, binary, X11 to use generic Cabal builder
* note that Cabal library packages are now by default prefixed with "haskell-"

svn path=/nixpkgs/trunk/; revision=10247
2008-01-22 16:26:57 +00:00
Yury G. Kudryashov
9ba0ec1be9 indilib added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10239
2008-01-22 13:08:59 +00:00
Yury G. Kudryashov
149678e9b6 libnova added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10238
2008-01-22 13:08:51 +00:00
Yury G. Kudryashov
e35275ae61 cfitsio added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10237
2008-01-22 13:08:39 +00:00
Yury G. Kudryashov
dc2b4f3ec7 libarchive added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10236
2008-01-22 13:08:32 +00:00
Andres Löh
d223784b0e * added vty package for ghc
svn path=/nixpkgs/trunk/; revision=10228
2008-01-19 16:42:42 +00:00
Michael Raskin
bc46eaf404 Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Andres Löh
9758a20f67 * added binary, a serialisation package for Haskell
svn path=/nixpkgs/trunk/; revision=10207
2008-01-17 16:54:48 +00:00
Andres Löh
4e975c04d6 * added zlib bindings for Haskell
svn path=/nixpkgs/trunk/; revision=10206
2008-01-17 15:57:26 +00:00
Yury G. Kudryashov
54e429d6e1 More dependencies for gpgme
svn path=/nixpkgs/branches/stdenv-updates/; revision=10196
2008-01-17 13:01:31 +00:00
Yury G. Kudryashov
8db01883b8 libunwind added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10194
2008-01-17 13:00:51 +00:00
Yury G. Kudryashov
4eeee85ad1 iniparser library added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10193
2008-01-17 13:00:21 +00:00