From 303aa5a27188bdb2df534b4ca3f063125684a752 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Tue, 25 May 2021 15:20:34 +0200 Subject: [PATCH 1/7] 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'. --- 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 c850d37b47..c85c3e5927 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 -- 2.31.1