summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2020-05-09 22:06:08 +0200
committerGuix Patches Tester <>2020-05-09 21:12:09 +0100
commit7b6eb9db9b671a47634031ba72380cf8050d5cec (patch)
treee91d30051660b386c8b10634d264deb62989b2ce
parent6c25b00dcfb91f6839ecdecf2f570a18fb4a2727 (diff)
downloadpatches-7b6eb9db9b671a47634031ba72380cf8050d5cec.tar
patches-7b6eb9db9b671a47634031ba72380cf8050d5cec.tar.gz
gnu: mate: Don't propagate glib:bin anymore.
* gnu/packages/mate.scm (mate)[propagated-inputs]: Remove as the proper fix arrived from core-updates.
-rw-r--r--gnu/packages/mate.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d913836825..6f3b8fbfef 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