[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/66: doc: Replace reference to profile.sh with sh-symlink
From: |
Manolis Fragkiskos Ragkousis |
Subject: |
26/66: doc: Replace reference to profile.sh with sh-symlink |
Date: |
Thu, 21 May 2015 12:51:56 +0000 |
phant0mas pushed a commit to branch wip-hurd
in repository guix.
commit a9291e36f2fd82181bfe1de43f941c566be7cce5
Author: Christopher Allan Webber <address@hidden>
Date: Fri May 1 08:54:33 2015 -0500
doc: Replace reference to profile.sh with sh-symlink
* doc/guix.texi (The Store Monad): Replace reference to "profile.sh",
which is not defined until the next node, with "sh-symlink", which
is defined immediately above
Signed-off-by: Ludovic Courtès <address@hidden>
---
doc/guix.texi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 3328cba..d7868ba 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2354,12 +2354,12 @@ parameter is now implicit, and the monadic value
returned by
@code{derivation->output-path}---is @dfn{bound} using @code{mlet}
instead of plain @code{let}.
-Calling the monadic @code{profile.sh} has no effect. To get the desired
+Calling the monadic @code{sh-symlink} has no effect. To get the desired
effect, one must use @code{run-with-store}:
@example
-(run-with-store (open-connection) (profile.sh))
address@hidden /gnu/store/...-profile.sh
+(run-with-store (open-connection) (sh-symlink))
address@hidden /gnu/store/...-sh-symlink
@end example
Note that the @code{(guix monad-repl)} module extends Guile's REPL with
- 07/66: hydra: Update Guix job set., (continued)
- 07/66: hydra: Update Guix job set., Manolis Fragkiskos Ragkousis, 2015/05/21
- 11/66: guix: build: Add transitive source building., Manolis Fragkiskos Ragkousis, 2015/05/21
- 17/66: gnu: parallel: Update to 20150422., Manolis Fragkiskos Ragkousis, 2015/05/21
- 21/66: gnu: gnupg: Update to 2.1.3., Manolis Fragkiskos Ragkousis, 2015/05/21
- 20/66: gnu: Add dovecot., Manolis Fragkiskos Ragkousis, 2015/05/21
- 22/66: gnu: subversion: Update to 1.8.13., Manolis Fragkiskos Ragkousis, 2015/05/21
- 03/66: gnu: linux-libre: Update to 4.0.1., Manolis Fragkiskos Ragkousis, 2015/05/21
- 19/66: gnu: acpica: Update to 20150410., Manolis Fragkiskos Ragkousis, 2015/05/21
- 25/66: gnu: Add libe-book., Manolis Fragkiskos Ragkousis, 2015/05/21
- 23/66: gnu: rename (gnu packages socat) to (gnu packages networking)., Manolis Fragkiskos Ragkousis, 2015/05/21
- 26/66: doc: Replace reference to profile.sh with sh-symlink,
Manolis Fragkiskos Ragkousis <=
- 27/66: gnu: Add totem-pl-parser., Manolis Fragkiskos Ragkousis, 2015/05/21
- 28/66: guix package: Move profile cleaning out of 'search-path-environment-variables'., Manolis Fragkiskos Ragkousis, 2015/05/21
- 29/66: guix package: Introduce 'evaluate-search-paths'., Manolis Fragkiskos Ragkousis, 2015/05/21
- 30/66: gnu: gcc-5.1: Add specific libvtv patch., Manolis Fragkiskos Ragkousis, 2015/05/21
- 24/66: gnu: Add zeromq., Manolis Fragkiskos Ragkousis, 2015/05/21
- 32/66: gnu: samtools: Install libbam.a library., Manolis Fragkiskos Ragkousis, 2015/05/21
- 38/66: doc: Fix dangling references in the 'sh-symlink' monad example., Manolis Fragkiskos Ragkousis, 2015/05/21
- 37/66: doc: Suggest 'groupadd --system'., Manolis Fragkiskos Ragkousis, 2015/05/21
- 34/66: gnu: Add taskwarrior., Manolis Fragkiskos Ragkousis, 2015/05/21
- 39/66: gnu: Add python-sympy., Manolis Fragkiskos Ragkousis, 2015/05/21