Added mirrors for sourceforge.jp.
This commit is contained in:
parent
1d470d6eac
commit
0672cfcc5f
|
@ -20,6 +20,12 @@ rec {
|
||||||
http://kent.dl.sourceforge.net/sourceforge/
|
http://kent.dl.sourceforge.net/sourceforge/
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# SourceForge.jp.
|
||||||
|
sourceforgejp = [
|
||||||
|
http://osdn.dl.sourceforge.jp/
|
||||||
|
http://jaist.dl.sourceforge.jp/
|
||||||
|
];
|
||||||
|
|
||||||
# GNU (http://www.gnu.org/prep/ftp.html).
|
# GNU (http://www.gnu.org/prep/ftp.html).
|
||||||
gnu = [
|
gnu = [
|
||||||
# This one redirects to a (supposedly) nearby and (supposedly) up-to-date
|
# This one redirects to a (supposedly) nearby and (supposedly) up-to-date
|
||||||
|
|
|
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||||
name = "kochi-substitute-${version}";
|
name = "kochi-substitute-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://jaist.dl.sourceforge.jp/efont/5411/kochi-substitute-${version}.tar.bz2";
|
url = "mirror://sourceforgejp/efont/5411/kochi-substitute-${version}.tar.bz2";
|
||||||
sha256 = "f4d69b24538833bf7e2c4de5e01713b3f1440960a6cc2a5993cb3c68cd23148c";
|
sha256 = "f4d69b24538833bf7e2c4de5e01713b3f1440960a6cc2a5993cb3c68cd23148c";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue