guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix missing NULL variable


From: Christopher Baines
Subject: branch master updated: Fix missing NULL variable
Date: Sat, 09 Jul 2022 12:15:09 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/master by this push:
     new 1962b1f  Fix missing NULL variable
1962b1f is described below

commit 1962b1f61c5b72466d432f865c84334507ecc39b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jul 9 17:14:55 2022 +0100

    Fix missing NULL variable
---
 guix-data-service/web/build-server/controller.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix-data-service/web/build-server/controller.scm 
b/guix-data-service/web/build-server/controller.scm
index 73b105f..2514f53 100644
--- a/guix-data-service/web/build-server/controller.scm
+++ b/guix-data-service/web/build-server/controller.scm
@@ -25,6 +25,7 @@
   #:use-module (guix-data-service web render)
   #:use-module (guix-data-service web query-parameters)
   #:use-module (guix-data-service jobs load-new-guix-revision)
+  #:use-module (guix-data-service model utils)
   #:use-module (guix-data-service model build)
   #:use-module (guix-data-service model build-server)
   #:use-module (guix-data-service model build-status)



reply via email to

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