diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-15 10:35:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 00:52:19 +0200 |
commit | bf15321a605e7604c5b7373f6255c5724742dd20 (patch) | |
tree | df9045a0b0bc9aceaea8bcbaaf17269620ce2874 | |
parent | 770305f4ab2eb743971262faed0d9b636ed7a903 (diff) | |
download | patches-bf15321a605e7604c5b7373f6255c5724742dd20.tar patches-bf15321a605e7604c5b7373f6255c5724742dd20.tar.gz |
doc: Remove mention of GNU release freshness checks.
* doc/guix.texi (Invoking guix package): Remove paragraph about
automatic check for latest GNU releases, which was removed in
6caa4dfa37e9b87336908e188500c14b402a0090.
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 6c7107c208..ef4e8199cd 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1377,12 +1377,6 @@ variables for their search paths (see explanation of @code{--search-paths} below). Any missing or possibly incorrect environment variable definitions are reported here. -@c XXX: keep me up-to-date -Finally, when installing a GNU package, the tool reports the -availability of a newer upstream version. In the future, it may provide -the option of installing directly from the upstream version, even if -that version is not yet in the distribution. - @item --install-from-expression=@var{exp} @itemx -e @var{exp} Install the package @var{exp} evaluates to. |