mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gexp: directory-union: Fix documentation.
* guix/gexp.scm (directory-union): Fix documentation.
This commit is contained in:
parent
3294fa2ba4
commit
ba0dbe3bf2
1 changed files with 2 additions and 2 deletions
|
@ -2140,8 +2140,8 @@ (define* (directory-union name things
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue