1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gexp: directory-union: Fix documentation.

* guix/gexp.scm (directory-union): Fix documentation.
This commit is contained in:
Maxim Cournoyer
2022-08-25 22:50:14 -04:00
parent 3294fa2ba4
commit ba0dbe3bf2

View File

@@ -2140,8 +2140,8 @@ Call RESOLVE-COLLISION when several files collide, passing it the list of
colliding files. RESOLVE-COLLISION must return the chosen file or #f, in
which case the colliding entry is skipped altogether.
When HARD-LINKS? is true, create hard links instead of symlinks. When QUIET?
is true, the derivation will not print anything."
When COPY? is true, copy files instead of creating symlinks. When QUIET? is
true, the derivation will not print anything."
(define symlink
(if copy?
(gexp (lambda (old new)