[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: utils: Fix 'modify-phases' docstring.
From: |
Leo Famulari |
Subject: |
03/10: utils: Fix 'modify-phases' docstring. |
Date: |
Wed, 10 Aug 2016 19:41:41 +0000 (UTC) |
lfam pushed a commit to branch WIP-core-updates
in repository guix.
commit 7ee5a694a89f508b62d2e5b569a80197b813462a
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date: Mon Jun 20 23:29:12 2016 +0200
utils: Fix 'modify-phases' docstring.
* guix/build/utils.scm (modify-phases): Fix the documentation string.
---
guix/build/utils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/build/utils.scm b/guix/build/utils.scm
index 2988193..6e706b3 100644
--- a/guix/build/utils.scm
+++ b/guix/build/utils.scm
@@ -518,8 +518,8 @@ following forms:
(add-before <old-phase-name> <new-phase-name> <new-phase>)
(add-after <old-phase-name> <new-phase-name> <new-phase>)
-Where every <*-phase-name> is an automatically quoted symbol, and <new-phase>
-an expression evaluating to a procedure."
+Where every <*-phase-name> is an expression evaluating to a symbol, and
+<new-phase> an expression evaluating to a procedure."
(let* ((phases* phases)
(phases* (%modify-phases phases* mod-spec))
...)
- branch WIP-core-updates updated (dd05e73 -> 9f58fe3), Leo Famulari, 2016/08/10
- 01/10: packages: Use '--no-backup-if-mismatch' for patching., Leo Famulari, 2016/08/10
- 03/10: utils: Fix 'modify-phases' docstring.,
Leo Famulari <=
- 02/10: gnu: curl: Update to 7.50.1., Leo Famulari, 2016/08/10
- 06/10: build: Correctly determine the system type for GNU/Hurd systems., Leo Famulari, 2016/08/10
- 04/10: gnu: sqlite: Update to 3.13.0., Leo Famulari, 2016/08/10
- 07/10: gnu: guile: Use "site-ccache" for the compiled search path., Leo Famulari, 2016/08/10
- 09/10: gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems., Leo Famulari, 2016/08/10
- 08/10: gnu: commencement: Add support for a native GNU/Hurd system., Leo Famulari, 2016/08/10
- 05/10: gnu: wrap-python3: Create more symlinks., Leo Famulari, 2016/08/10
- 10/10: gnu: glibc/linux: Adjust variable name to upstream change., Leo Famulari, 2016/08/10