nixpkgs/pkgs
Eelco Dolstra 50321b735b * Basic transparent mirror support in fetchurl (NIXPKGS-70). When
fetching a file with hash HASH of type TYPE, we first try to
  download <base-url>/<type>/<hash>, where <base-url> is one of a list
  of mirrors.  For instance, given

    src = fetchurl {
      url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.6/source/firefox-2.0.0.6-source.tar.bz2;
      sha1 = "eb72f55e4a8bf08e8c6ef227c0ade3d068ba1082";
    };

  and the mirror list [http://nix.cs.uu.nl/dist/tarballs], we first
  try to download

    eb72f55e4a

  and if that fails, we use the original URL.

  The list of mirrors is not yet user-configurable.

* `fetchurl' now also accepts an argument `urls' instead of `url' for
  a list of alternative download locations, which fetchurl will try in
  sequence.

svn path=/nixpkgs/trunk/; revision=9190
2007-08-23 15:22:30 +00:00
..
applications update to 2.1.1 2007-08-22 12:29:26 +00:00
build-support * Basic transparent mirror support in fetchurl (NIXPKGS-70). When 2007-08-23 15:22:30 +00:00
configs/etc
data * Docbook XSL NS 1.73.0. 2007-08-14 17:09:16 +00:00
desktops * Added ktorrent. To use, add your ~/.nix-profile to the KDEDIRS 2007-08-09 16:55:14 +00:00
development * Latest libxml2, libxslt. 2007-08-22 10:51:14 +00:00
games Added ThePenguinMachine. Build technically broken (but dumps compile dir to /tmp, and it runs from there.. I want to fix it first), and it crashes in a very strage way. 2007-08-09 18:11:57 +00:00
lib renamed chosenOptions to chooseOptionsByFlags and added support for optionals 2007-08-19 17:24:05 +00:00
misc * Use FontForge to give Wine better fonts. 2007-08-21 12:31:33 +00:00
os-specific/linux ln -sf isn't strong enough sometimes.. 2007-08-21 12:29:46 +00:00
servers bumpetybump for dovecot. This is untested. However, it is a nice and clean server to add upstart scripts for 2007-08-21 21:30:16 +00:00
shells Version bump. Old one is unavailable. 2007-07-18 20:34:18 +00:00
stdenv adding purityPhase hasen't been such a good idea - untested and if a small thing changes everything has to be rebuilt.. 2007-08-20 13:39:59 +00:00
test
tools 0.6 -> 0.8 2007-08-21 20:51:34 +00:00
top-level * Use FontForge to give Wine better fonts. 2007-08-21 12:31:33 +00:00