1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 15:32:43 +01:00

docs: change expired bzip2.org to archive.org

Fixes #2396.

(cherry picked from commit 5f3b72cfc2)
This commit is contained in:
Vladimír Čunát 2018-09-03 17:57:13 +02:00 committed by Eelco Dolstra
parent 30b8ecf8f9
commit 4d0929a096
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 4 additions and 3 deletions

View file

@ -152,9 +152,9 @@ PKG_CHECK_MODULES([OPENSSL], [libcrypto], [CXXFLAGS="$OPENSSL_CFLAGS $CXXFLAGS"]
# Look for libbz2, a required dependency. # Look for libbz2, a required dependency.
AC_CHECK_LIB([bz2], [BZ2_bzWriteOpen], [true], AC_CHECK_LIB([bz2], [BZ2_bzWriteOpen], [true],
[AC_MSG_ERROR([Nix requires libbz2, which is part of bzip2. See http://www.bzip.org/.])]) [AC_MSG_ERROR([Nix requires libbz2, which is part of bzip2. See https://web.archive.org/web/20180624184756/http://www.bzip.org/.])])
AC_CHECK_HEADERS([bzlib.h], [true], AC_CHECK_HEADERS([bzlib.h], [true],
[AC_MSG_ERROR([Nix requires libbz2, which is part of bzip2. See http://www.bzip.org/.])]) [AC_MSG_ERROR([Nix requires libbz2, which is part of bzip2. See https://web.archive.org/web/20180624184756/http://www.bzip.org/.])])
# Look for SQLite, a required dependency. # Look for SQLite, a required dependency.

View file

@ -29,7 +29,8 @@
<literal>libbz2</literal> library. Thus you must have bzip2 <literal>libbz2</literal> library. Thus you must have bzip2
installed, including development headers and libraries. If your installed, including development headers and libraries. If your
distribution does not provide these, you can obtain bzip2 from <link distribution does not provide these, you can obtain bzip2 from <link
xlink:href="http://www.bzip.org/"/>.</para></listitem> xlink:href="https://web.archive.org/web/20180624184756/http://www.bzip.org/"
/>.</para></listitem>
<listitem><para><literal>liblzma</literal>, which is provided by <listitem><para><literal>liblzma</literal>, which is provided by
XZ Utils. If your distribution does not provide this, you can XZ Utils. If your distribution does not provide this, you can