guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#40324] [PATCH 30/30] gnu: mate: Add glib:bin to propagated-inputs.


From: Jonathan Brielmaier
Subject: [bug#40324] [PATCH 30/30] gnu: mate: Add glib:bin to propagated-inputs.
Date: Mon, 30 Mar 2020 15:25:09 +0200

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]