summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-04-17 22:44:19 +0200
committerLudovic Courtès <ludo@gnu.org>2013-04-17 22:44:19 +0200
commit3b78d1eab826f2e79364ef38cfdc0d4bc0a5f414 (patch)
tree7518606dd18353569f4e1f439e2cd6a5638f2f7b
parentb52cb20d434d36ede63e6b20599c5d50a664e79c (diff)
downloadguix-patches-3b78d1eab826f2e79364ef38cfdc0d4bc0a5f414.tar
guix-patches-3b78d1eab826f2e79364ef38cfdc0d4bc0a5f414.tar.gz
doc: Transparent binary deployment is implemented.
* doc/guix.texi (Features): Remove footnote saying that transparent binary deployment is not implemented.
-rw-r--r--doc/guix.texi5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index b77335d2c2..188ab1ae73 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -447,11 +447,8 @@ scripts, etc. This direct correspondence allows users to make sure a
given package installation matches the current state of their
distribution, and helps maximize @dfn{reproducibility}.
-@c FIXME: Remove footnote when it's implemented.
This foundation allows Guix to support @dfn{transparent binary/source
-deployment}@footnote{This feature is not implemented as of version
-@value{VERSION}. Please contact @email{bug-guix@@gnu.org} for more
-details.}. When a pre-built binary for a @file{/nix/store} path is
+deployment}. When a pre-built binary for a @file{/nix/store} path is
available from an external source, Guix just downloads it; otherwise, it
builds the package from source, locally.