mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
ci: Add derivation inputs.
* gnu/ci.scm (derivation->job): Add the derivation inputs to the job association list.
This commit is contained in:
parent
fa4dae68c4
commit
a5c2e0dc4e
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ (define* (derivation->job name drv
|
|||
building the derivation."
|
||||
`((#:job-name . ,name)
|
||||
(#:derivation . ,(derivation-file-name drv))
|
||||
(#:inputs . ,(map (compose derivation-file-name
|
||||
derivation-input-derivation)
|
||||
(derivation-inputs drv)))
|
||||
(#:outputs . ,(filter-map
|
||||
(lambda (res)
|
||||
(match res
|
||||
|
|
Loading…
Reference in a new issue