nixpkgs/pkgs/stdenv/mingw/pkgs
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
..
bin-builder.sh
curl.exe Major work on the mingw stdenv. Basics now works. 2006-08-17 00:54:32 +00:00
default.nix * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
pkgconfig-builder.sh M stdenv/mingw/pkgs/default.nix 2006-08-27 12:52:06 +00:00
single-exe-builder.sh Fix in install of curl 2006-08-27 00:28:53 +00:00
src-builder.sh Build the mingw w32api from source for the mingw stdenv 2006-08-16 19:13:43 +00:00