mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
mirrors.nix: add http://backpan.perl.org/ for old CPAN modules
It seems only the latest version of perl modules are in CPAN(?). The BackPan claims to have a complete history of CPAN.
This commit is contained in:
parent
54d9cf1c65
commit
ae5664cc5e
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ rec {
|
||||||
ftp://ftp.nl.uu.net/pub/CPAN/
|
ftp://ftp.nl.uu.net/pub/CPAN/
|
||||||
http://ftp.funet.fi/pub/CPAN/
|
http://ftp.funet.fi/pub/CPAN/
|
||||||
http://cpan.perl.org/
|
http://cpan.perl.org/
|
||||||
|
http://backpan.perl.org/ # for old releases
|
||||||
];
|
];
|
||||||
|
|
||||||
# Debian.
|
# Debian.
|
||||||
|
|
Loading…
Reference in a new issue