guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/18: Fix hash display for formatted derivations


From: Christopher Baines
Subject: 12/18: Fix hash display for formatted derivations
Date: Mon, 16 Dec 2024 04:02:41 -0500 (EST)

cbaines pushed a commit to branch master
in repository data-service.

commit 62fc9b722502937470d9cc970541676c44a88406
Author: Christopher Baines <mail@cbaines.net>
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)
                           '()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]