guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mate: Don't propagate glib:bin.


From: guix-commits
Subject: 02/02: gnu: mate: Don't propagate glib:bin.
Date: Mon, 22 Jun 2020 14:31:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5d9540ddcf8c61682a35ad56a9493bbee43d0747
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Sat May 9 22:06:08 2020 +0200

    gnu: mate: Don't propagate glib:bin.
    
    * gnu/packages/mate.scm (mate)[propagated-inputs]: Remove as the
    proper fix arrived from core-updates.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/mate.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index db5278f..8afd3be 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1606,10 +1606,6 @@ 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]