This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b873908a2a gnu: nicotine+: Add python-pycairo input.
b873908a2a is described below
commit b873908a2a4bbc9028fa6645c71d7308f53435de
Author: Skylar "The Cobra" Astaroth <[email protected]>
AuthorDate: Wed Nov 5 07:32:02 2025 -0500
gnu: nicotine+: Add python-pycairo input.
* gnu/packages/nicotine.scm (nicotine+)[inputs]: Add python-pycairo.
Change-Id: Ic1aae486fc0d0cbf3398fc5a13c04234324e9152
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/nicotine.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/nicotine.scm b/gnu/packages/nicotine.scm
index 56c6b6a311..2535b57b9c 100644
--- a/gnu/packages/nicotine.scm
+++ b/gnu/packages/nicotine.scm
@@ -78,6 +78,7 @@
(inputs (list bash-minimal
gspell
gtk
+ python-pycairo
python-pygobject
libappindicator
python-pytaglib))