summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-02-08 18:03:36 +0100
committerLudovic Courtès <ludo@gnu.org>2013-02-08 18:03:36 +0100
commita38f0ab0b9e1d6959521dbf5852a4715205c3639 (patch)
treede9fc7db9a2d5ae8cbf9a406d11cab146ee1d13e
parentd8707db0f7bdad53ef0b61350027255a73960ff0 (diff)
downloadguix-patches-a38f0ab0b9e1d6959521dbf5852a4715205c3639.tar
guix-patches-a38f0ab0b9e1d6959521dbf5852a4715205c3639.tar.gz
build-system/gnu: Clarify docstring of `package-with-extra-configure-variable'.
* guix/build-system/gnu.scm (package-with-extra-configure-variable): Add "recursively" in the docstring.
-rw-r--r--guix/build-system/gnu.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm
index fa3b3b14b6..82f5bb8490 100644
--- a/guix/build-system/gnu.scm
+++ b/guix/build-system/gnu.scm
@@ -78,9 +78,9 @@ when GUILE is #f."
(filtered-inputs (package-inputs p)))))))
(define (package-with-extra-configure-variable p variable value)
- "Return a version of P with VARIABLE=VALUE specified as an extra
-`configure' flag. An example is LDFLAGS=-static. If P already has
-configure flags for VARIABLE, the associated value is augmented."
+ "Return a version of P with VARIABLE=VALUE specified as an extra `configure'
+flag, recursively. An example is LDFLAGS=-static. If P already has configure
+flags for VARIABLE, the associated value is augmented."
(let loop ((p p))
(define (rewritten-inputs inputs)
(map (match-lambda