Skip to content

Commit

Permalink
ncurses: Add temporary mirror for sources
Browse files Browse the repository at this point in the history
Issue #35264
  • Loading branch information
dezgeg committed Feb 22, 2018
1 parent f022cc6 commit ce8bd32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/libraries/ncurses/default.nix
Expand Up @@ -16,6 +16,9 @@ stdenv.mkDerivation rec {

src = fetchurl {
urls = [
# Remove this mirror on next upgrade, it's only needed because upstream took ncurses-6.0-20171125.tgz down!
"http://bld1.alpinelinux.org/distfiles/v3.5/ncurses-${version}.tgz"

"ftp://ftp.invisible-island.net/ncurses/current/ncurses-${version}.tgz"
"https://invisible-mirror.net/archives/ncurses/current/ncurses-${version}.tgz"
];
Expand Down

0 comments on commit ce8bd32

Please sign in to comment.