summary refs log tree commit diff
path: root/gnu/services/ci.scm
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2022-01-10 11:16:39 +0530
committerArun Isaac <arunisaac@systemreboot.net>2022-01-11 11:47:42 +0530
commitc1f8dffa549edc0873c8b6956d9b288b51bea521 (patch)
tree97b33c9a8b130472c99d46d2f0e8271d0d71a59f /gnu/services/ci.scm
parent537f4a1ef1cc385526b0662b2a9a1754319e1020 (diff)
downloadguix-c1f8dffa549edc0873c8b6956d9b288b51bea521.tar.gz
services: laminar: Set LAMINAR_BIND_RPC environment variable.
Earlier, the bind-rpc field of <laminar-configuration> was not used at
all. This was a bug.

* gnu/services/ci.scm (laminar-shepherd-service): Use bind-rpc to set
LAMINAR_BIND_RPC environment variable.
Diffstat (limited to 'gnu/services/ci.scm')
-rw-r--r--gnu/services/ci.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/services/ci.scm b/gnu/services/ci.scm
index 0c3566bcaf..172f85fe8e 100644
--- a/gnu/services/ci.scm
+++ b/gnu/services/ci.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018, 2019, 2020, 2021 Christopher Baines <mail@cbaines.net>
-;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2021, 2022 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -84,6 +84,8 @@
                                         #$home-directory)
                         ,(string-append "LAMINAR_BIND_HTTP="
                                         #$bind-http)
+                        ,(string-append "LAMINAR_BIND_RPC="
+                                        #$bind-rpc)
                         ,(string-append "LAMINAR_TITLE="
                                         #$title)
                         ,(string-append "LAMINAR_KEEP_RUNDIRS="