all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 40324@debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Subject: [bug#40324] [PATCH 30/30] gnu: mate: Add glib:bin to propagated-inputs.
Date: Mon, 30 Mar 2020 15:25:09 +0200	[thread overview]
Message-ID: <20200330132509.17369-10-jonathan.brielmaier@web.de> (raw)
In-Reply-To: <20200330132509.17369-1-jonathan.brielmaier@web.de>

This is a fix for https://issues.guix.gnu.org/issue/38135 until the
proper fix from core-updates is merged.

* gnu/packages/mate.scm (mate)[propagated-inputs]: Add glib:bin.
---
 gnu/packages/mate.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 920a4cfa6c..c2168c2812 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1601,6 +1601,10 @@ used to bring up authentication dialogs.")
        ("shared-mime-info"          ,shared-mime-info)
        ("yelp"                      ,yelp)
        ("zenity"                    ,zenity)))
+    ;; FIXME: Propagating glib:bin fixes http://issues.guix.gnu.org/issue/38135
+    ;; The proper fix is in core-updates. So we can remove this after next merge.
+    (propagated-inputs
+     `(("glib:bin" ,glib "bin")))
     (synopsis "The MATE desktop environment")
     (home-page "https://mate-desktop.org/")
     (description
--
2.26.0

  parent reply	other threads:[~2020-03-30 13:26 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30 13:18 [bug#40324] [PATCH 00/30] [MATE] Update to 1.24 Jonathan Brielmaier
2020-03-30 13:21 ` [bug#40324] [PATCH 01/30] gnu: mate-icon-theme: Update to 1.24.0 Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 02/30] gnu: mate-desktop: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 03/30] gnu: libmateweather: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 04/30] gnu: mate-terminal: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 05/30] gnu: mate-session-manager: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 06/30] gnu: mate-settings-daemon: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 07/30] gnu: libmatemixer: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 08/30] gnu: libmatekbd: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 09/30] gnu: mate-menus: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 10/30] gnu: mate-applets: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 11/30] gnu: mate-media: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 12/30] gnu: mate-panel: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 13/30] gnu: caja: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 14/30] gnu: marco: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 15/30] gnu: caja-extensions: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 16/30] gnu: mate-control-center: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 17/30] gnu: mate-user-guide: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 18/30] gnu: mate-calc: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 19/30] gnu: mate-backgrounds: Update to 1.24.1 Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 20/30] gnu: mate-netbook: Update to 1.24.0 Jonathan Brielmaier
2020-03-30 13:25 ` [bug#40324] [PATCH 21/30] gnu: mate-screensaver: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 22/30] gnu: mate-utils: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 23/30] gnu: eom: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 24/30] gnu: engrampa: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 25/30] gnu: pluma: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 26/30] gnu: mate-system-monitor: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 27/30] gnu: mate-polkit: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 28/30] gnu: mate-power-manager: Update to 1.24.1 Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 29/30] gnu: mate-themes: Update to 3.22.21 Jonathan Brielmaier
2020-03-30 13:25   ` Jonathan Brielmaier [this message]
2020-04-02 14:10 ` bug#40324: [PATCH 00/30] [MATE] Update to 1.24 Ludovic Courtès
2020-04-02 15:55   ` [bug#40324] " Marius Bakke
2020-04-02 16:40     ` Ludovic Courtès

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=20200330132509.17369-10-jonathan.brielmaier@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=40324@debbugs.gnu.org \
    /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.