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 @@ used to bring up authentication dialogs.") | ||||||
|        ("shared-mime-info"          ,shared-mime-info) |        ("shared-mime-info"          ,shared-mime-info) | ||||||
|        ("yelp"                      ,yelp) |        ("yelp"                      ,yelp) | ||||||
|        ("zenity"                    ,zenity))) |        ("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") |     (synopsis "The MATE desktop environment") | ||||||
|     (home-page "https://mate-desktop.org/") |     (home-page "https://mate-desktop.org/") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue