build-system: Fix copy-build-system default install plan.
authorPierre Neidhardt <mail@ambrevar.xyz>
Mon, 24 Feb 2020 10:22:02 +0000 (11:22 +0100)
committerPierre Neidhardt <mail@ambrevar.xyz>
Mon, 24 Feb 2020 10:22:02 +0000 (11:22 +0100)
* guix/build-system/copy.scm (copy-build): Set install-plan default value
  to copy everything from source to the output.

guix/build-system/copy.scm

index 5fd0da4..d1bf8fb 100644 (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)