nixpkgs/pkgs/stdenv
Eelco Dolstra 607b0d3e80 * Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
..
cygwin * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken 2006-10-27 13:44:17 +00:00
darwin * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken 2006-10-27 13:44:17 +00:00
freebsd * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken 2006-10-27 13:44:17 +00:00
generic 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
initial * Fix stdenv-initial. 2006-12-28 10:54:39 +00:00
linux * Rebuilt the bootstrap binaries, mostly to fix curl (DNS resolution 2007-01-22 15:08:16 +00:00
mingw * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
native * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
nix * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
common-path.nix * Remove redundant files, move path.nix around a bit. 2006-07-14 08:35:59 +00:00
default.nix * __currentSystem is evil. 2006-10-29 00:05:17 +00:00