nixpkgs/pkgs/stdenv
Eelco Dolstra baec8f5b38 * stdenv.mkDerivation now takes an optional attribute "meta" that
contains arbitrary information about a package, like this:

  meta = {
    homepage = "http://gcc.gnu.org/";
    license = "GPL/LGPL";
    description = "GNU Compiler Collection, 4.0.x";
  };

  The "meta" attribute is not passed to the actual derivation
  operation, so it's not a dependency --- changes to "meta" attributes
  don't trigger a recompilation.

  Now we have to standardise some useful attributes ;-)

svn path=/nixpkgs/branches/usability/; revision=5024
2006-03-10 16:12:46 +00:00
..
darwin * Fix "infinite recursion" errors on FreeBSD and Darwin. 2006-03-08 15:34:05 +00:00
freebsd * Fix "infinite recursion" errors on FreeBSD and Darwin. 2006-03-08 15:34:05 +00:00
generic * stdenv.mkDerivation now takes an optional attribute "meta" that 2006-03-10 16:12:46 +00:00
initial * Use /bin/bash, not /bin/sh, since we really do need bash. 2005-05-10 09:22:14 +00:00
linux * Push packages from the final stdenv bootstrapping phase to 2006-02-09 17:04:18 +00:00
native * Use /bin/bash, not /bin/sh, since we really do need bash. 2005-05-10 09:22:14 +00:00
nix * It's not necessary to add gcc and binutils to the path here. 2004-09-18 17:12:30 +00:00
default.nix * Move top-level/stdenvs.nix to the stdenv/ directory. 2006-02-09 15:55:20 +00:00