guix-commits
[Top][All Lists]
Advanced

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

31/34: gnu: mate: Add glib:bin to propagated-inputs.


From: guix-commits
Subject: 31/34: gnu: mate: Add glib:bin to propagated-inputs.
Date: Thu, 2 Apr 2020 10:07:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ae8e0fbd82ca8406dc55aa1f55c4681331e0d215
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Mon Mar 30 15:25:09 2020 +0200

    gnu: mate: Add glib:bin to propagated-inputs.
    
    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.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mate.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 9ced219..6a0d024 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



reply via email to

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