me
/
guix
Archived
1
0
Fork 0

gnu: bitlbee-purple: Use 'modify-inputs'.

* gnu/packages/messaging.scm (bitlbee-purple)[inputs]: Use 'modify-inputs'.
master
Ludovic Courtès 2022-03-18 16:03:09 +01:00
parent cd6d3a8771
commit 2fb4304ee7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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")