guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: build-system: Fix copy-build-system default insta


From: guix-commits
Subject: branch master updated: build-system: Fix copy-build-system default install plan.
Date: Mon, 24 Feb 2020 05:22:57 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9ea458c  build-system: Fix copy-build-system default install plan.
9ea458c is described below

commit 9ea458c57a1c539669e0976011215d021a79d614
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Mon Feb 24 11:22:02 2020 +0100

    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.
---
 guix/build-system/copy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build-system/copy.scm b/guix/build-system/copy.scm
index 5fd0da4..d1bf8fb 100644
--- a/guix/build-system/copy.scm
+++ b/guix/build-system/copy.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]