Commit graph

1199 commits

Author SHA1 Message Date
Ludovic Courtès fdd7bdb6dc GNU Libtool 1.5.26.
svn path=/nixpkgs/trunk/; revision=10711
2008-02-15 21:25:44 +00:00
Ludovic Courtès 9c3c9f94e5 Add Guile-Lint, a syntax and semantics checker for GNU Guile.
svn path=/nixpkgs/trunk/; revision=10710
2008-02-15 16:30:33 +00:00
Marc Weber 4122366233 added zlib support to PHP
svn path=/nixpkgs/trunk/; revision=10703
2008-02-15 11:12:56 +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
Marc Weber d884e1d0a6 fix c -> Cabal-1.2.3.0 the lib is found again
svn path=/nixpkgs/trunk/; revision=10669
2008-02-13 21:21:20 +00:00
Marc Weber fe5caa2f0f modified improved hasktags (can be removed when my changes are merged into ghc)
improved ghcs expression file Now you have tags for all libraries.
I still have to work on speed

svn path=/nixpkgs/trunk/; revision=10657
2008-02-13 11:15:08 +00:00
Sander van der Burg 6d4c13380b Added google webtoolkit
svn path=/nixpkgs/trunk/; revision=10653
2008-02-13 08:43:38 +00:00
Marc Weber 260c0c9c96 new version - annotated derivation proposal - used to install addtiontal /src
and /tag/ source code which to build up develop environments more easily ( TODO
make this optional for ghcWrapper )

svn path=/nixpkgs/trunk/; revision=10648
2008-02-12 16:24:02 +00:00
Ludovic Courtès 79cc1c7307 Add ccache, a compiler cache.
svn path=/nixpkgs/trunk/; revision=10644
2008-02-12 13:32:37 +00:00
Ludovic Courtès e2b794b807 Add Guile-Lib, a collection of useful GNU Guile modules.
svn path=/nixpkgs/trunk/; revision=10639
2008-02-12 11:16:53 +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 df17eb0dc3 Guile: fix chroot build; make sure guile-snarf' sees gawk'; add a setup hook.
svn path=/nixpkgs/trunk/; revision=10636
2008-02-12 10:41:00 +00:00
Eelco Dolstra 65866dc7c2 * Added DB_File (dbmmanage needs it).
svn path=/nixpkgs/trunk/; revision=10630
2008-02-12 08:42:56 +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
Armijn Hemel 3ebfd510ba testing expression for perl 5.10, needs more work (different patches)
svn path=/nixpkgs/trunk/; revision=10567
2008-02-10 13:30:12 +00:00
Marc Weber 35c38df0af no longer used
svn path=/nixpkgs/trunk/; revision=10566
2008-02-09 14:09:14 +00:00
Marc Weber 0efd4183e1 updated version of my ghc and packages proposal. Now compiles HAppS.
Examples on how to add ghc extra_libs, libraries from hackage are included

svn path=/nixpkgs/trunk/; revision=10565
2008-02-09 14:08:37 +00:00
Marc Weber 248004a624 fcgi library added
svn path=/nixpkgs/trunk/; revision=10552
2008-02-08 10:54:56 +00:00
Marc Weber 94128cb6a8 added roadsend PHP-Compiler
svn path=/nixpkgs/trunk/; revision=10550
2008-02-08 01:57:31 +00:00
Marc Weber 9e0cfbdfdd bigloo is now compiling
svn path=/nixpkgs/trunk/; revision=10549
2008-02-08 01:35:01 +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
Marc Weber ef01d05ec9 PHP now with postgresql support
svn path=/nixpkgs/trunk/; revision=10510
2008-02-05 19:58:28 +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 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
Sander van der Burg d3b73db40b Added WebDSL
svn path=/nixpkgs/trunk/; revision=10375
2008-01-29 11:46:34 +00:00
Sander van der Burg 293fdf9c5d Added java-front
svn path=/nixpkgs/trunk/; revision=10373
2008-01-29 09:47:34 +00:00
Sander van der Burg 1afbc67f9a Added Stratego/XT 0.17 prerelease
svn path=/nixpkgs/trunk/; revision=10372
2008-01-29 09:42:20 +00:00
Sander van der Burg 067aaa8004 Added sdf2-bundle 2.4
svn path=/nixpkgs/trunk/; revision=10371
2008-01-29 09:37:15 +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 de6ab6354f Clisp is compilable
svn path=/nixpkgs/trunk/; revision=10363
2008-01-28 19:50:39 +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