2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Include the hash algorithm and hash on the formatted derivation page

This commit is contained in:
Christopher Baines 2019-11-10 09:41:32 +00:00
parent 34318fbb50
commit ab51599057

View file

@ -628,7 +628,13 @@
,(simple-format #f "(\"~A\",\"" output-name)
(a (@ (href ,path))
,(display-store-item path))
"\")"
"\","
,(string-append (if (peek recursive?) "\"r:" "\"")
hash-algorithm)
"\""
","
"\"" ,hash "\""
")"
,@(if (eq? count-down 0)
'()
'(",")))))