Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nora Puchreiner
Nix
Commits
5f3b72cf
Unverified
Commit
5f3b72cf
authored
6 years ago
by
Vladimír Čunát
Browse files
Options
Downloads
Patches
Plain Diff
docs: change expired bzip2.org to archive.org
Fixes #2396.
parent
54996b51
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
doc/manual/installation/prerequisites-source.xml
+2
-1
2 additions, 1 deletion
doc/manual/installation/prerequisites-source.xml
with
4 additions
and
3 deletions
configure.ac
+
2
−
2
View file @
5f3b72cf
...
...
@@ -152,9 +152,9 @@ PKG_CHECK_MODULES([OPENSSL], [libcrypto], [CXXFLAGS="$OPENSSL_CFLAGS $CXXFLAGS"]
# Look for libbz2, a required dependency.
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_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.
...
...
This diff is collapsed.
Click to expand it.
doc/manual/installation/prerequisites-source.xml
+
2
−
1
View file @
5f3b72cf
...
...
@@ -29,7 +29,8 @@
<literal>
libbz2
</literal>
library. Thus you must have bzip2
installed, including development headers and libraries. If your
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
XZ Utils. If your distribution does not provide this, you can
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment