[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/17: gnu: bitlbee-purple: Use 'modify-inputs'.
From: |
guix-commits |
Subject: |
17/17: gnu: bitlbee-purple: Use 'modify-inputs'. |
Date: |
Fri, 18 Mar 2022 11:05:30 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2fb4304ee7eb7d17d48bee345677ef1f288a0b86
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Mar 18 16:03:09 2022 +0100
gnu: bitlbee-purple: Use 'modify-inputs'.
* gnu/packages/messaging.scm (bitlbee-purple)[inputs]: Use 'modify-inputs'.
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 411a4790b2..f40c3a7e2c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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")
- 06/17: home: services: Export record type accessors., (continued)
- 06/17: home: services: Export record type accessors., guix-commits, 2022/03/18
- 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 <=
- 16/17: gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH"., guix-commits, 2022/03/18
- 13/17: gnu: ghc-optparse-applicative@0.15.1.0: Avoid circular top-level references., guix-commits, 2022/03/18