Archived
1
0
Fork 0

build-system/gnu: Fix docstring.

* guix/build-system/gnu.scm (dist-package): Fix docstring.
This commit is contained in:
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

View file

@ -228,7 +228,7 @@ use `--strip-all' as the arguments to `strip'."
(replacement (and=> (package-replacement p) static-package)))) (replacement (and=> (package-replacement p) static-package))))
(define* (dist-package p source #:key (phases '%dist-phases)) (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 runs `make distcheck' and whose result is one or more source tarballs. The
exact build phases are defined by PHASES." exact build phases are defined by PHASES."
(let ((s source)) (let ((s source))