mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
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.
This commit is contained in:
parent
bc6490a85f
commit
cd6d3a8771
1 changed files with 7 additions and 0 deletions
|
@ -700,6 +700,13 @@ (define-public bitlbee-purple
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue