gnu: gnome-shell-extension-dash-to-dock: Depropagate glib:bin.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): [propagated-inputs]: Move glib:bin from here... [native-inputs]: ... to here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									d17eb1011c
								
							
						
					
					
						commit
						1f3902ec2d
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -139,11 +139,11 @@ the Obsidian icon theme.") | ||||||
|          (delete 'bootstrap) |          (delete 'bootstrap) | ||||||
|          (delete 'configure)))) |          (delete 'configure)))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("intltool" ,intltool) |      `(("glib:bin" ,glib "bin") | ||||||
|  |        ("intltool" ,intltool) | ||||||
|        ("pkg-config" ,pkg-config))) |        ("pkg-config" ,pkg-config))) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      `(("glib" ,glib) |      `(("glib" ,glib))) | ||||||
|        ("glib" ,glib "bin"))) |  | ||||||
|     (synopsis "Transforms GNOME's dash into a dock") |     (synopsis "Transforms GNOME's dash into a dock") | ||||||
|     (description "This extension moves the dash out of the |     (description "This extension moves the dash out of the | ||||||
| overview, transforming it into a dock for easier application launching and | overview, transforming it into a dock for easier application launching and | ||||||
|  |  | ||||||
		Reference in a new issue