guix-commits
[Top][All Lists]
Advanced

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

05/08: Fix match in render-builds


From: Christopher Baines
Subject: 05/08: Fix match in render-builds
Date: Wed, 1 Jul 2020 04:36:52 -0400 (EDT)

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

commit 879021f21f464c1f06aaa3595cc59d6d643b0347
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jun 28 21:44:51 2020 +0100

    Fix match in render-builds
---
 guix-data-service/web/build/controller.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/web/build/controller.scm 
b/guix-data-service/web/build/controller.scm
index a79d558..78a89e7 100644
--- a/guix-data-service/web/build/controller.scm
+++ b/guix-data-service/web/build/controller.scm
@@ -77,7 +77,7 @@
          #:sxml (view-builds parsed-query-parameters
                              build-status-strings
                              (map (match-lambda
-                                    ((id url lookup-all-derivations)
+                                    ((id url lookup-all-derivations 
lookup-builds)
                                      (cons url id)))
                                   (select-build-servers conn))
                              (select-build-stats



reply via email to

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