diff options
author | Andrew Tropin <andrew@trop.in> | 2022-08-19 07:31:29 +0300 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2022-08-19 18:55:42 +0300 |
commit | aac106593068752162c7e880e534e55a88e55e69 (patch) | |
tree | 2317b3b2f1f68828862e2be651ee28418a427d6e /guix/build-system/gnu.scm | |
parent | e60ba7eb6dd3d5847f7111f1a2ea33492b12cbc8 (diff) |
build-system/gnu: Fix docstring.
* guix/build-system/gnu.scm (dist-package): Fix docstring.
Diffstat (limited to 'guix/build-system/gnu.scm')
-rw-r--r-- | guix/build-system/gnu.scm | 2 |
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)) |