mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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>
This commit is contained in:
parent
a9afff4beb
commit
8190f5bb97
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ (define-public cuirass
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue