cbaines pushed a commit to branch master
in repository data-service.
commit 62fc9b722502937470d9cc970541676c44a88406
Author: Christopher Baines <[email protected]>
AuthorDate: Sun Dec 8 20:03:03 2024 +0000
Fix hash display for formatted derivations
---
guix-data-service/web/view/html.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/web/view/html.scm
b/guix-data-service/web/view/html.scm
index 61b75f1..dd3c07f 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -723,7 +723,7 @@
(or hash-algorithm ""))
"\""
","
- "\"" ,hash "\""
+ "\"" ,(or hash "") "\""
")"
,@(if (eq? count-down 0)
'()