build-system/gnu: Fix docstring. * guix/build-system/gnu.scm (dist-package): Fix docstring.
1 files changed, 1 insertions(+), 1 deletions(-) M guix/build-system/gnu.scm
M guix/build-system/gnu.scm => guix/build-system/gnu.scm +1 -1
@@ 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))