gnu: gnome-shell-extensions: Depropagate glib:bin.
* gnu/packages/gnome.scm (gnome-shell-extensions): [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
							
								
									1f3902ec2d
								
							
						
					
					
						commit
						c9ea88734b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -7570,11 +7570,11 @@ GNOME Shell appearance and extension, etc.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:configure-flags '("-Dextension_set=all")))
 | 
					     '(#:configure-flags '("-Dextension_set=all")))
 | 
				
			||||||
    (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 "Extensions for GNOME Shell")
 | 
					    (synopsis "Extensions for GNOME Shell")
 | 
				
			||||||
    (description "GNOME Shell extensions modify and extend GNOME Shell
 | 
					    (description "GNOME Shell extensions modify and extend GNOME Shell
 | 
				
			||||||
functionality and behavior.")
 | 
					functionality and behavior.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue