nixpkgs/pkgs/development/compilers
Eelco Dolstra 45a2c87402 * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of
fetchurl {
      url = http://heanet.dl.sourceforge.net/sourceforge/zapping/zapping-0.9.6.tar.bz2;
      md5 = "8306775c6a11de4d72345b5eee970ea6";
    };

  you can write

    fetchurl {
      url = mirror://sourceforge/zapping/zapping-0.9.6.tar.bz2;
      md5 = "8306775c6a11de4d72345b5eee970ea6";
    };

  which causes fetchurl to try the SourceForge mirrors listed in the
  `sourceforge' attribute in build-support/fetchurl/mirrors.nix.
  (They're currently tried in sequence, and the lists of mirrors are
  not configurable yet.)

  The syntax for mirror URLs is mirror://site/path/to/file, where
  `site' is currently one of `sourceforge', `gnu' (mirrors of
  ftp://ftp.gnu.org/pub/gnu) and `kernel' (mirrors of
  http://www.all.kernel.org/pub/).

svn path=/nixpkgs/trunk/; revision=9197
2007-08-27 12:44:01 +00:00
..
abc * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
aspectj * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
fpc Added Free Pascal Compiler. 2007-08-11 20:55:40 +00:00
gcc-2.95 * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
gcc-3.3 * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
gcc-3.4 * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
gcc-4.0 * GCC 4.0.4. 2007-08-07 12:05:10 +00:00
gcc-4.1 * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of 2007-08-27 12:44:01 +00:00
gcc-4.2 * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of 2007-08-27 12:44:01 +00:00
gcc-apple * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
ghc * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
ghc-6.6 * make ghc use the nix-provided gmp 2007-08-15 11:25:20 +00:00
ghc-6.6.1 * make ghc use the nix-provided gmp 2007-08-15 11:25:20 +00:00
ghc-wrapper * More descriptions. 2006-10-12 10:53:16 +00:00
gwydion-dylan * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
helium * "." -> "source". 2005-12-05 14:11:09 +00:00
hugs hugs98 expression 2007-08-20 10:33:42 +00:00
jdk * Fix Mesa-related evaluation errors. 2007-05-16 14:49:28 +00:00
jikes * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
mono * Purity fix: don't use /usr/bin/install. 2007-04-26 22:28:26 +00:00
nasm * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
ocaml * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
opencxx * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
qcmm * Copy a bunch of files to nix.cs.uu.nl. 2006-10-12 13:50:54 +00:00
strategoxt * Remove a bunch of unused Nix expressions. 2006-10-12 15:43:01 +00:00
tiger * "." -> "source". 2005-12-05 14:11:09 +00:00
transformers * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
visual-c++ * Microsoft Windows SDK, purified. Small problem: building the SDK 2006-06-05 22:03:52 +00:00