diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2021-12-19 17:39:22 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-12-19 20:07:29 -0500 |
commit | 99f290bf5ba59e3218b95d7505ac27f989250aad (patch) | |
tree | 04bce6bc334b663d6a49908a869ef4801ec22811 /gnu | |
parent | 24cc38ec8ed26d5d367dab42dc49174375c39dcd (diff) | |
download | guix-99f290bf5ba59e3218b95d7505ac27f989250aad.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/syncthing.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index a957d7738b..112a437875 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 |