mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
ci: Fix 'evaluation-spec' binding.
* guix/ci.scm (<evaluation>)[spec]: Add "specification", which is what the JSON field is actually called.
This commit is contained in:
parent
06efbe2fba
commit
2c33901fb1
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -68,7 +68,7 @@ (define-json-mapping <checkout> make-checkout checkout?
|
|||
(define-json-mapping <evaluation> make-evaluation evaluation?
|
||||
json->evaluation
|
||||
(id evaluation-id) ;integer
|
||||
(spec evaluation-spec) ;string
|
||||
(spec evaluation-spec "specification") ;string
|
||||
(complete? evaluation-complete? "in-progress"
|
||||
(match-lambda
|
||||
(0 #t)
|
||||
|
|
Loading…
Reference in a new issue