summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-10 22:33:35 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-10 22:33:35 +0100
commitf03e7115d7b777fa961f306cb8b8c5288a40b89e (patch)
treeed7df03bda504114a7f2be281766fac788616cb6 /doc
parent5fedc65b0fa807bafde46b4071e9e324ef8c0ac6 (diff)
downloadguix-patches-f03e7115d7b777fa961f306cb8b8c5288a40b89e.tar
guix-patches-f03e7115d7b777fa961f306cb8b8c5288a40b89e.tar.gz
distro: libsigsegv: Use a single output.
* distro/packages/libsigsegv.scm (libsigsegv): Use just a single output, otherwise nothing ends up in `out' as a consequence of commit a06a99f. Reported by Andreas Enge <andreas@enge.fr>.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 2ca1496bac..c7f6683677 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -219,7 +219,7 @@ Install @var{package}.
@code{guile}, or a package name followed by a hyphen and version number,
such as @code{guile-1.8}. In addition, @var{package} may contain a
colon, followed by the name of one of the outputs of the package, as in
-@code{gcc:doc} or @code{libsigsegv-2.10:lib}.
+@code{gcc:doc} or @code{binutils-2.22:lib}.
@item --remove=@var{package}
@itemx -r @var{package}