gnu: bitlbee-purple: Use 'modify-inputs'.
* gnu/packages/messaging.scm (bitlbee-purple)[inputs]: Use 'modify-inputs'.master
parent
cd6d3a8771
commit
2fb4304ee7
|
@ -698,8 +698,8 @@ identi.ca and status.net).")
|
||||||
(package/inherit bitlbee
|
(package/inherit bitlbee
|
||||||
(name "bitlbee-purple")
|
(name "bitlbee-purple")
|
||||||
(synopsis "IRC to instant messaging gateway (using Pidgin's libpurple)")
|
(synopsis "IRC to instant messaging gateway (using Pidgin's libpurple)")
|
||||||
(inputs `(("purple" ,pidgin)
|
(inputs (modify-inputs (package-inputs bitlbee)
|
||||||
,@(package-inputs bitlbee)))
|
(prepend pidgin)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "PURPLE_PLUGIN_PATH")
|
(variable "PURPLE_PLUGIN_PATH")
|
||||||
|
|
Reference in New Issue