Rename data to nars for package derivation outputs
As this is clearer.
This commit is contained in:
parent
752d21ad05
commit
86cd96ea87
2 changed files with 2 additions and 2 deletions
|
|
@ -1302,7 +1302,7 @@
|
||||||
`((package . ((name . ,package-name)
|
`((package . ((name . ,package-name)
|
||||||
(version . ,package-version)))
|
(version . ,package-version)))
|
||||||
(path . ,path)
|
(path . ,path)
|
||||||
(data
|
(nars
|
||||||
. ,(if (null? hash-algorithm)
|
. ,(if (null? hash-algorithm)
|
||||||
(list->vector
|
(list->vector
|
||||||
(map
|
(map
|
||||||
|
|
|
||||||
|
|
@ -1997,7 +1997,7 @@ figure {
|
||||||
(tr
|
(tr
|
||||||
(th (@ (class "col-sm-5")) "Path")
|
(th (@ (class "col-sm-5")) "Path")
|
||||||
,@(if (member "nars" (assq-ref query-parameters 'field))
|
,@(if (member "nars" (assq-ref query-parameters 'field))
|
||||||
'((th (@ (class "col-sm-5")) "Data")
|
'((th (@ (class "col-sm-5")) "Nars")
|
||||||
(th (@ (class "col-sm-2")) "Output consistency"))
|
(th (@ (class "col-sm-2")) "Output consistency"))
|
||||||
'())))
|
'())))
|
||||||
(tbody
|
(tbody
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue