* 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:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "unshield-0.5";
|
||||
src = fetchurl {
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/synce/unshield-0.5.tar.gz;
|
||||
url = mirror://sourceforge/synce/unshield-0.5.tar.gz;
|
||||
sha256 = "1apdj4qphf6m21lqj9l8sg8rpn85qkp5592w5np9xbhr8776cg3p";
|
||||
};
|
||||
configureFlags = "--with-zlib=${zlib}";
|
||||
|
||||
Reference in New Issue
Block a user