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