gnu: kxmlgui: Make some inputs native.
* gnu/packages/kde-framework.scm (kxmlgui)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
		
							parent
							
								
									1bb2ec7edc
								
							
						
					
					
						commit
						3496519f18
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3242,7 +3242,8 @@ the passwords on KDE work spaces.")
 | 
			
		|||
     `(("kconfig" ,kconfig)
 | 
			
		||||
       ("kconfigwidgets" ,kconfigwidgets)))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("extra-cmake-modules" ,extra-cmake-modules)))
 | 
			
		||||
     `(("extra-cmake-modules" ,extra-cmake-modules)
 | 
			
		||||
       ("qttools" ,qttools)))
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("attica" ,attica)
 | 
			
		||||
       ("kauth" ,kauth)
 | 
			
		||||
| 
						 | 
				
			
			@ -3256,7 +3257,6 @@ the passwords on KDE work spaces.")
 | 
			
		|||
       ("kwidgetsaddons" ,kwidgetsaddons)
 | 
			
		||||
       ("kwindowsystem" ,kwindowsystem)
 | 
			
		||||
       ("qtbase" ,qtbase)
 | 
			
		||||
       ("qttools" ,qttools)
 | 
			
		||||
       ("sonnet" ,sonnet)))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #f ; FIXME: 1/5 tests fail.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue