mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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>
This commit is contained in:
parent
57384fe72f
commit
ae8e0fbd82
1 changed files with 4 additions and 0 deletions
|
@ -1601,6 +1601,10 @@ (define-public mate
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue