gnu: gnome-tweak-tool: Make propagated-inputs just inputs.
* gnu/packages/gnome.scm (gnome-tweak-tool)[propagated-inputs]: Merge with... [inputs]: ... this. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									9af6bce1e1
								
							
						
					
					
						commit
						adb41527ad
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -5309,9 +5309,8 @@ existing databases over the internet.")
 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("python" ,python-2)
 | 
					     `(("python" ,python-2)
 | 
				
			||||||
       ("python2-pygobject" ,python2-pygobject)))
 | 
					       ("python2-pygobject" ,python2-pygobject)
 | 
				
			||||||
    (propagated-inputs
 | 
					       ("libnotify" ,libnotify)
 | 
				
			||||||
     `(("libnotify" ,libnotify)
 | 
					 | 
				
			||||||
       ("gobject-introspection" ,gobject-introspection)
 | 
					       ("gobject-introspection" ,gobject-introspection)
 | 
				
			||||||
       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
 | 
					       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
 | 
				
			||||||
       ("gtk+" ,gtk+)))
 | 
					       ("gtk+" ,gtk+)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue