gnu: ell: Make some inputs native.
* gnu/packages/linux.scm (ell)[inputs]: Move libtool from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
		
							parent
							
								
									5f98b84cd9
								
							
						
					
					
						commit
						d6f1f60721
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6619,10 +6619,10 @@ of Linux application development.")
 | 
			
		|||
               (("/usr/bin/dbus-daemon") (which "dbus-daemon")))
 | 
			
		||||
             #t)))))
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("dbus" ,dbus)
 | 
			
		||||
       ("libtool" ,libtool)))
 | 
			
		||||
     `(("dbus" ,dbus)))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("autoconf" ,autoconf)
 | 
			
		||||
       ("libtool" ,libtool)
 | 
			
		||||
       ("pkgconfig" ,pkg-config)
 | 
			
		||||
       ("automake" ,automake)))
 | 
			
		||||
    (home-page "https://01.org/ell")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue