guix-patches
[Top][All Lists]
Advanced

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

[bug#41161] [PATCH 2/2] gnu: mate: Don't propagate glib:bin anymore.


From: Jonathan Brielmaier
Subject: [bug#41161] [PATCH 2/2] gnu: mate: Don't propagate glib:bin anymore.
Date: Sat, 9 May 2020 22:06:08 +0200

* gnu/packages/mate.scm (mate)[propagated-inputs]: Remove as the proper fix 
arrived from core-updates.
---
 gnu/packages/mate.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8ee7229d1c..e89102c17a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1596,10 +1596,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
--
2.26.2






reply via email to

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