summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-10-07 22:28:14 +0200
committerRicardo Wurmus <rekado@elephly.net>2016-10-08 00:03:29 +0200
commitc8ebb4c47257e89642eef37d0e32f0af933e01a9 (patch)
tree9ff82099066751aafe723f09a0ed0209bcb13752 /doc
parente35ce6893c7b45730979fb61a669488de321dec8 (diff)
downloadguix-patches-c8ebb4c47257e89642eef37d0e32f0af933e01a9.tar
guix-patches-c8ebb4c47257e89642eef37d0e32f0af933e01a9.tar.gz
doc: Remove GHC from examples for propagation.
* doc/guix.texi (package Reference): Remove GHC from the list of languages for which library run-time dependencies must be propagated.
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 9bd8b43582..7d7ebbee75 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2697,7 +2697,7 @@ one @i{via} its @code{Requires} field.
Another example where @code{propagated-inputs} is useful is for languages
that lack a facility to record the run-time search path akin to the
-@code{RUNPATH} of ELF files; this includes Guile, Python, Perl, GHC, and
+@code{RUNPATH} of ELF files; this includes Guile, Python, Perl, and
more. To ensure that libraries written in those languages can find
library code they depend on at run time, run-time dependencies must be
listed in @code{propagated-inputs} rather than @code{inputs}.