mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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>
This commit is contained in:
parent
a2ebd098d7
commit
5d9540ddcf
1 changed files with 0 additions and 4 deletions
|
@ -1606,10 +1606,6 @@ (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