gnu: pcb: Make some inputs native.
* gnu/packages/engineering.scm (pcb)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
		
							parent
							
								
									a34564439d
								
							
						
					
					
						commit
						465734ba86
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -386,13 +386,13 @@ features.")))
 | 
			
		|||
       ("gd" ,gd)
 | 
			
		||||
       ("gtk" ,gtk+-2)
 | 
			
		||||
       ("gtkglext" ,gtkglext)
 | 
			
		||||
       ("desktop-file-utils" ,desktop-file-utils)
 | 
			
		||||
       ("shared-mime-info" ,shared-mime-info)
 | 
			
		||||
       ("tk" ,tk)))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)
 | 
			
		||||
       ("intltool" ,intltool)
 | 
			
		||||
       ("bison" ,bison)
 | 
			
		||||
       ("desktop-file-utils" ,desktop-file-utils)
 | 
			
		||||
       ("flex" ,flex)
 | 
			
		||||
       ;; For tests
 | 
			
		||||
       ("imagemagick" ,imagemagick)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue