all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Kehayias via Guix-patches via <guix-patches@gnu.org>
To: 52673@debbugs.gnu.org
Subject: [bug#52673] [PATCH] gnu: syncthing-gtk: Remove librsvg input
Date: Sun, 19 Dec 2021 22:49:42 +0000	[thread overview]
Message-ID: <lT0G87o1OLdp5GmLjxq9chtfsd8WFd-O-StRv2VuItp5Zg6c3MCUSXfDLNNEsMFak-Di7gmywZI-61PqVPBrEcfv1hsQCvngcuRiOwjO_fM=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

This is a patch to fix https://issues.guix.gnu.org/52651

syncthing-gtk fails to start due to multiple librsvg in the GI_TYPELIB_PATH. The package includes gtk+ as an input, which propagates librsvg-bootstrap, as well as an explicit librsvg input. This patch removes the librsvg input resolving the issue.

I've tested the package builds and runs successfully.

Thanks!

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-syncthing-gtk-Remove-librsvg-input.patch --]
[-- Type: text/x-patch; name=0001-gnu-syncthing-gtk-Remove-librsvg-input.patch, Size: 882 bytes --]

From e6d51b3d5a5523ce43f79f5d8f881e685bda74b6 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Sun, 19 Dec 2021 17:39:22 -0500
Subject: [PATCH] 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.
---
 gnu/packages/syncthing.scm | 1 -
 1 file changed, 1 deletion(-)

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 @@ (define-public syncthing-gtk
        (list gtk+
              libappindicator
              libnotify
-             librsvg
              python-bcrypt
              python-dateutil
              python-pycairo
-- 
2.34.0


             reply	other threads:[~2021-12-19 22:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-19 22:49 John Kehayias via Guix-patches via [this message]
2021-12-20  1:09 ` [bug#52673] [PATCH] gnu: syncthing-gtk: Remove librsvg input Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='lT0G87o1OLdp5GmLjxq9chtfsd8WFd-O-StRv2VuItp5Zg6c3MCUSXfDLNNEsMFak-Di7gmywZI-61PqVPBrEcfv1hsQCvngcuRiOwjO_fM=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=52673@debbugs.gnu.org \
    --cc=john.kehayias@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.