mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -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
|
colliding files. RESOLVE-COLLISION must return the chosen file or #f, in
|
||||||
which case the colliding entry is skipped altogether.
|
which case the colliding entry is skipped altogether.
|
||||||
|
|
||||||
When HARD-LINKS? is true, create hard links instead of symlinks. When QUIET?
|
When COPY? is true, copy files instead of creating symlinks. When QUIET? is
|
||||||
is true, the derivation will not print anything."
|
true, the derivation will not print anything."
|
||||||
(define symlink
|
(define symlink
|
||||||
(if copy?
|
(if copy?
|
||||||
(gexp (lambda (old new)
|
(gexp (lambda (old new)
|
||||||
|
|
Loading…
Reference in a new issue