me
/
guix
Archived
1
0
Fork 0

build-system/gnu: Fix docstring.

* guix/build-system/gnu.scm (dist-package): Fix docstring.
Andrew Tropin 2022-08-19 07:31:29 +03:00
parent e60ba7eb6d
commit aac1065930
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 1 additions and 1 deletions

View File

@ -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))