diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2020-03-30 15:25:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-02 16:07:11 +0200 |
commit | ae8e0fbd82ca8406dc55aa1f55c4681331e0d215 (patch) | |
tree | 752ade13155dad4bf141fe96332ba64a6d0623d8 | |
parent | 57384fe72ff9ae85e9fa2a6e34ddffc144334dae (diff) | |
download | patches-ae8e0fbd82ca8406dc55aa1f55c4681331e0d215.tar patches-ae8e0fbd82ca8406dc55aa1f55c4681331e0d215.tar.gz |
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 <ludo@gnu.org>
-rw-r--r-- | gnu/packages/mate.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 9ced219477..6a0d024263 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 |