nixpkgs/pkgs/build-support
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
..
fetchdarcs * updated darcs to 1.0.5, added curl dependency 2006-01-30 11:18:38 +00:00
fetchfile * "." -> "source". 2005-12-05 14:11:09 +00:00
fetchsvn * Pipe the "p" character into Subversion to force it to accept the 2005-12-15 17:21:20 +00:00
fetchurl * "." -> "source". 2005-12-05 14:11:09 +00:00
gcc-cross-wrapper * stdenv.mkDerivation now takes an optional attribute "meta" that 2006-03-10 16:12:46 +00:00
gcc-wrapper * stdenv.mkDerivation now takes an optional attribute "meta" that 2006-03-10 16:12:46 +00:00
make-symlinks * "." -> "source". 2005-12-05 14:11:09 +00:00
make-wrapper * F-spot: work properly if an incompatible Mono is in the PATH. 2005-03-13 20:43:04 +00:00
mono-dll-fixer * "." -> "source". 2005-12-05 14:11:09 +00:00
opengl * A quick hack to get accelerated OpenGL working: just use the driver 2006-01-28 01:13:31 +00:00
substitute * Use the generic substituter in the generation of stdenv and gcc-wrapper. 2005-02-22 14:32:56 +00:00