pkgs/build-support/fetchurl/mirrors.nix: add IBiblioPubLinux
It corresponds to old Metalab/Sunsite.
This commit is contained in:
parent
328bd3c30e
commit
667902897a
@ -98,6 +98,23 @@
|
||||
"http://www.ring.gr.jp/pub/net/"
|
||||
];
|
||||
|
||||
# IBiblio (former metalab/sunsite)
|
||||
# Most of the time the expressions refer to the /pub/Linux/ subdirectory;
|
||||
# however there are other useful files outside it
|
||||
ibiblioPubLinux = [
|
||||
"https://www.ibiblio.org/pub/Linux/"
|
||||
"ftp://ftp.ibiblio.org/pub/linux/"
|
||||
"ftp://ftp.gwdg.de/pub/linux/metalab/"
|
||||
"ftp://ftp.metalab.unc.edu/pub/linux/"
|
||||
];
|
||||
|
||||
# Metalab (to be removed)
|
||||
metalab = [
|
||||
"ftp://ftp.gwdg.de/pub/linux/metalab/"
|
||||
"ftp://ftp.metalab.unc.edu/pub/linux/"
|
||||
];
|
||||
|
||||
|
||||
# ImageMagick mirrors, see https://www.imagemagick.org/script/mirror.php
|
||||
imagemagick = [
|
||||
"https://www.imagemagick.org/download/"
|
||||
@ -124,12 +141,6 @@
|
||||
"ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/"
|
||||
];
|
||||
|
||||
# Metalab, now IBiblio
|
||||
metalab = [
|
||||
"ftp://ftp.gwdg.de/pub/linux/metalab/"
|
||||
"ftp://ftp.metalab.unc.edu/pub/linux/"
|
||||
];
|
||||
|
||||
# MySQL
|
||||
mysql = [
|
||||
"https://cdn.mysql.com/Downloads/"
|
||||
|
Loading…
Reference in New Issue
Block a user