summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2022-08-19 07:31:29 +0300
committerAndrew Tropin <andrew@trop.in>2022-08-19 18:55:42 +0300
commitaac106593068752162c7e880e534e55a88e55e69 (patch)
tree2317b3b2f1f68828862e2be651ee28418a427d6e
parente60ba7eb6dd3d5847f7111f1a2ea33492b12cbc8 (diff)
downloadguix-patches-aac106593068752162c7e880e534e55a88e55e69.tar
guix-patches-aac106593068752162c7e880e534e55a88e55e69.tar.gz
build-system/gnu: Fix docstring.
* guix/build-system/gnu.scm (dist-package): Fix docstring.
-rw-r--r--guix/build-system/gnu.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm
index 651415098e..8eea1cd4c2 100644
--- a/guix/build-system/gnu.scm
+++ b/guix/build-system/gnu.scm
@@ -228,7 +228,7 @@ use `--strip-all' as the arguments to `strip'."
(replacement (and=> (package-replacement p) static-package))))
(define* (dist-package p source #:key (phases '%dist-phases))
- "Return a package that runs takes source files from the SOURCE directory,
+ "Return a package that takes source files from the SOURCE directory,
runs `make distcheck' and whose result is one or more source tarballs. The
exact build phases are defined by PHASES."
(let ((s source))