[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/17: gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH".
From: |
guix-commits |
Subject: |
16/17: gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH". |
Date: |
Fri, 18 Mar 2022 11:05:30 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cd6d3a877150fabe8080d6f3a00ec2c667912c5f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Mar 18 16:00:08 2022 +0100
gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH".
Suggested by Maxime Devos.
* gnu/packages/messaging.scm (bitlbee-purple)[native-search-paths]: New
field.
---
gnu/packages/messaging.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f78719575a..411a4790b2 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -700,6 +700,13 @@ identi.ca and status.net).")
(synopsis "IRC to instant messaging gateway (using Pidgin's libpurple)")
(inputs `(("purple" ,pidgin)
,@(package-inputs bitlbee)))
+ (native-search-paths
+ (list (search-path-specification
+ (variable "PURPLE_PLUGIN_PATH")
+ ;; XXX: Should be (version-major (package-version pidgin)) but
+ ;; can't due to circular references.
+ (files (list (string-append "lib/purple-2")
+ "lib/pidgin")))))
(arguments
(substitute-keyword-arguments (package-arguments bitlbee)
((#:phases phases '%standard-phases)
- 05/17: graph: Factorize 'lookup-backend'., (continued)
- 05/17: graph: Factorize 'lookup-backend'., guix-commits, 2022/03/18
- 10/17: gnu: emacs-osm: Fetch source over Git., guix-commits, 2022/03/18
- 08/17: guix system: Call 'export-graph' with the right port argument., guix-commits, 2022/03/18
- 07/17: guix home: Implement the 'extension-graph' and 'shepherd-graph' actions., guix-commits, 2022/03/18
- 12/17: home: services: Fix bash aliases without guix-defaults., guix-commits, 2022/03/18
- 14/17: gnu: feh, newsboat: Inline top-level reference to 'curl'., guix-commits, 2022/03/18
- 02/17: gnu: petsc-openmpi: Remove input labels., guix-commits, 2022/03/18
- 03/17: ui: 'show-what-to-build' highlights "The following [...] will be built"., guix-commits, 2022/03/18
- 15/17: gnu: Add ckb-next., guix-commits, 2022/03/18
- 17/17: gnu: bitlbee-purple: Use 'modify-inputs'., guix-commits, 2022/03/18
- 16/17: gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH".,
guix-commits <=
- 13/17: gnu: ghc-optparse-applicative@0.15.1.0: Avoid circular top-level references., guix-commits, 2022/03/18