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:
Pierre Neidhardt 2020-02-24 11:22:02 +01:00
parent 9b7f9e6f9b
commit 9ea458c57a
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
(define* (copy-build store name inputs
#:key (guile #f)
(outputs '("out"))
(install-plan ''(("." (".") "./")))
(install-plan ''(("." "./")))
(search-paths '())
(out-of-source? #t)
(validate-runpath? #t)