mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
build-system: Fix copy-build-system default install plan.
* guix/build-system/copy.scm (copy-build): Set install-plan default value to copy everything from source to the output.
This commit is contained in:
parent
9b7f9e6f9b
commit
9ea458c57a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ (define private-keywords
|
|||
(define* (copy-build store name inputs
|
||||
#:key (guile #f)
|
||||
(outputs '("out"))
|
||||
(install-plan ''(("." (".") "./")))
|
||||
(install-plan ''(("." "./")))
|
||||
(search-paths '())
|
||||
(out-of-source? #t)
|
||||
(validate-runpath? #t)
|
||||
|
|
Loading…
Reference in a new issue