Include the hash algorithm and hash on the formatted derivation page
This commit is contained in:
parent
34318fbb50
commit
ab51599057
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||||
'()
|
'()
|
||||||
'(",")))))
|
'(",")))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue