[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: syncthing-gtk: Remove librsvg input
From: |
guix-commits |
Subject: |
branch master updated: gnu: syncthing-gtk: Remove librsvg input |
Date: |
Sun, 19 Dec 2021 20:08:48 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 99f290b gnu: syncthing-gtk: Remove librsvg input
99f290b is described below
commit 99f290bf5ba59e3218b95d7505ac27f989250aad
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sun Dec 19 17:39:22 2021 -0500
gnu: syncthing-gtk: Remove librsvg input
* gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove LIBRSVG as GTK+
propagates LIBRSVG-BOOTSTRAP. This fixes a startup error due to two LIBRSVG
being in GI_TYPELIB_PATH.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/syncthing.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index a957d77..112a437 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -187,7 +187,6 @@ Protocol.")
(list gtk+
libappindicator
libnotify
- librsvg
python-bcrypt
python-dateutil
python-pycairo
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: syncthing-gtk: Remove librsvg input,
guix-commits <=