guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: ci: Use 'inputs' in build phases instead of '%build-inputs'.


From: guix-commits
Subject: 01/07: gnu: ci: Use 'inputs' in build phases instead of '%build-inputs'.
Date: Fri, 4 Jun 2021 07:45:49 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 8190f5bb97be4696b7ab6a88ff8397d5a28299e8
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue May 25 15:20:34 2021 +0200

    gnu: ci: Use 'inputs' in build phases instead of '%build-inputs'.
    
    In build phases, the former is preferred.
    
    * gnu/packages/ci.scm
      (cuirass)[arguments]<#:phases>{wrap-program}: Use 'inputs'
      argument instead of '%build-inputs'.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/ci.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm
index 0a5f3af..58fdefb 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -141,7 +141,7 @@
                       (guix   (assoc-ref inputs "guix"))
                       (deps   (list avahi gcrypt json zmq squee git bytes
                                     fibers zlib matd tls mail guix))
-                      (guile  (assoc-ref %build-inputs "guile"))
+                      (guile  (assoc-ref inputs "guile"))
                       (effective
                        (read-line
                         (open-pipe* OPEN_READ



reply via email to

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