[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/32: services: bitlbee: Preserve 'PURPLE_PLUGIN_PATH'.
From: |
guix-commits |
Subject: |
01/32: services: bitlbee: Preserve 'PURPLE_PLUGIN_PATH'. |
Date: |
Mon, 2 May 2022 09:16:08 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6075d25143bd92f8ffa3d60b1216c4e063d3137e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon May 2 14:04:27 2022 +0200
services: bitlbee: Preserve 'PURPLE_PLUGIN_PATH'.
Fixes a regression introduced in
211fe3f66e6dfdaa64974931c458ab1d92afc182 whereby, in inetd mode, and
when using 'bitlbee-purple', libpurple plugins would not be found.
* gnu/services/messaging.scm (bitlbee-shepherd-service): Pass
#:preserved-environment-variables to 'least-authority-wrapper'.
---
gnu/services/messaging.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm
index 05bf6e784b..f9e7e2aa09 100644
--- a/gnu/services/messaging.scm
+++ b/gnu/services/messaging.scm
@@ -828,6 +828,8 @@ string, you could instantiate a prosody service like this:
(bitlbee* (least-authority-wrapper
(file-append bitlbee "/sbin/bitlbee")
#:name "bitlbee"
+ #:preserved-environment-variables
+ '("PURPLE_PLUGIN_PATH")
#:mappings (list (file-system-mapping
(source "/var/lib/bitlbee")
(target source)
- branch master updated (b1dd32d8e3 -> f455c1e313), guix-commits, 2022/05/02
- 01/32: services: bitlbee: Preserve 'PURPLE_PLUGIN_PATH'.,
guix-commits <=
- 08/32: gnu: aws-c-http: Fix comment formatting., guix-commits, 2022/05/02
- 07/32: gnu: aws-c-sdkutils: Fix comment formatting., guix-commits, 2022/05/02
- 10/32: gnu: aws-c-auth: Fix comment formatting., guix-commits, 2022/05/02
- 02/32: gnu: aws-c-common: Only support i686 and x86_64., guix-commits, 2022/05/02
- 06/32: gnu: aws-c-cal: Fix comment formatting., guix-commits, 2022/05/02
- 12/32: gnu: aws-c-mqtt: Fix comment formatting., guix-commits, 2022/05/02
- 13/32: gnu: aws-crt-cpp: Fix comment formatting., guix-commits, 2022/05/02
- 04/32: gnu: aws-c-event-stream: Fix comment formatting., guix-commits, 2022/05/02
- 03/32: gnu: aws-checksums: Fix comment formatting., guix-commits, 2022/05/02
- 16/32: gnu: aws-sdk-cpp: Remove openssl input., guix-commits, 2022/05/02