nixpkgs/pkgs
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
..
applications * stdenv.mkDerivation now takes an optional attribute "meta" that 2006-03-10 16:12:46 +00:00
build-support * stdenv.mkDerivation now takes an optional attribute "meta" that 2006-03-10 16:12:46 +00:00
data/sgml+xml * Copy lots of files to nix.cs.uu.nl. 2006-01-30 16:04:03 +00:00
development * stdenv.mkDerivation now takes an optional attribute "meta" that 2006-03-10 16:12:46 +00:00
games * Copy even more files (in particular from losser.st-lab.cs.uu.nl, 2006-01-30 16:11:00 +00:00
misc * Copy more files. 2006-01-31 16:37:40 +00:00
os-specific/linux * NVidia support. 2006-01-30 21:59:28 +00:00
servers * Copy even more files (in particular from losser.st-lab.cs.uu.nl, 2006-01-30 16:11:00 +00:00
shells * Copy lots of files to nix.cs.uu.nl. 2006-01-30 16:04:03 +00:00
stdenv * stdenv.mkDerivation now takes an optional attribute "meta" that 2006-03-10 16:12:46 +00:00
test * "." -> "source". 2005-12-05 14:11:09 +00:00
tools * Doh! 2006-02-06 12:48:07 +00:00
top-level * Don't pass Blackdown to firefox-wrapper unless it is actually built. 2006-03-08 16:03:47 +00:00