mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
build-system/gnu: Fix docstring.
* guix/build-system/gnu.scm (dist-package): Fix docstring.
This commit is contained in:
parent
e60ba7eb6d
commit
aac1065930
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ (define* (static-package p #:key (strip-all? #t))
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue