* 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
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
name = "corefonts-1";
|
||||
|
||||
exes = map ({name, sha256}: fetchurl {
|
||||
url = "http://surfnet.dl.sourceforge.net/sourceforge/corefonts/${name}32.exe";
|
||||
url = "mirror://sourceforge/corefonts/${name}32.exe";
|
||||
inherit sha256;
|
||||
}) fonts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user