nixpkgs/pkgs/development
Eelco Dolstra e01be47e53 * aclocal wrapper: skip directories in ACLOCAL_PATH that don't exist,
otherwise aclocal barfs.  Updated the builder to use makeWrapper
* Made Automake 1.10 the default.
* Fixed `make check' in Automake by turning off indented logging in
  Make (there is a flag for that now).
* Disabled the `make check' in Automake by default because it takes a
  REALLY long time (e.g. more than 2 hours on Cygwin, 50 minutes on
  Darwin, 25 minutes on Linux) which is a lot for a package that
  otherwise takes 10 seconds to build.  We can add a Hydra job with
  doCheck enabled to do regression testing.
* make-wrapper: allow --run commands to add additional flags to the
  invocation of the wrapped program.  An example is the aclocal
  wrapper: it adds additional -I ... flags.
* make-wrapper: call the wrapped program .foo-wrapped instead of
  .wrapped-foo to make it easier to tell programs apart in `ps'
  output.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14885
2009-04-05 18:13:59 +00:00
..
compilers * Sync with the trunk. 2009-03-20 16:49:02 +00:00
eclipse updated eclipse to version 3.3.2 -- do we really need a special nix expression for jdt in development/eclipse? 2008-03-11 13:40:27 +00:00
guile-modules/guile-lib * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
interpreters * Sync with the trunk. 2009-03-16 12:45:27 +00:00
libraries libcanberra: Make GTK+ a propagated build input. 2009-04-04 13:53:07 +00:00
misc * Doh. 2009-03-10 20:04:08 +00:00
perl-modules * Sync with the trunk once more. 2009-03-31 15:30:47 +00:00
python-modules Fixed Python StringTemplate library. 2009-03-10 12:01:22 +00:00
ruby-modules Two Ruby modules 2008-10-05 09:00:56 +00:00
tools * aclocal wrapper: skip directories in ACLOCAL_PATH that don't exist, 2009-04-05 18:13:59 +00:00