~ruther/guix-local

3b78d1eab826f2e79364ef38cfdc0d4bc0a5f414 — Ludovic Courtès 13 years ago b52cb20
doc: Transparent binary deployment is implemented.

* doc/guix.texi (Features): Remove footnote saying that transparent
  binary deployment is not implemented.
1 files changed, 1 insertions(+), 4 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -4
@@ 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.