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
|
||||
(name "bitlbee-purple")
|
||||
(synopsis "IRC to instant messaging gateway (using Pidgin's libpurple)")
|
||||
(inputs `(("purple" ,pidgin)
|
||||
,@(package-inputs bitlbee)))
|
||||
(inputs (modify-inputs (package-inputs bitlbee)
|
||||
(prepend pidgin)))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "PURPLE_PLUGIN_PATH")
|
||||
|
|
Reference in New Issue