nixpkgs/pkgs/applications/networking/browsers
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
..
firefox * stdenv.mkDerivation now takes an optional attribute "meta" that 2006-03-10 16:12:46 +00:00
firefox-wrapper * stdenv.mkDerivation now takes an optional attribute "meta" that 2006-03-10 16:12:46 +00:00
links * Copy lots of files to nix.cs.uu.nl. 2006-01-30 16:04:03 +00:00
lynx * Install ncurses header files in $out/include, not 2005-10-04 14:24:19 +00:00
mozilla * Copy lots of files to nix.cs.uu.nl. 2006-01-30 16:04:03 +00:00
mozilla-plugins * "." -> "source". 2005-12-05 14:11:09 +00:00
w3m * Copy lots of files to nix.cs.uu.nl. 2006-01-30 16:04:03 +00:00