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)
 | 
					     `(("kconfig" ,kconfig)
 | 
				
			||||||
       ("kconfigwidgets" ,kconfigwidgets)))
 | 
					       ("kconfigwidgets" ,kconfigwidgets)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("extra-cmake-modules" ,extra-cmake-modules)))
 | 
					     `(("extra-cmake-modules" ,extra-cmake-modules)
 | 
				
			||||||
 | 
					       ("qttools" ,qttools)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("attica" ,attica)
 | 
					     `(("attica" ,attica)
 | 
				
			||||||
       ("kauth" ,kauth)
 | 
					       ("kauth" ,kauth)
 | 
				
			||||||
| 
						 | 
					@ -3256,7 +3257,6 @@ the passwords on KDE work spaces.")
 | 
				
			||||||
       ("kwidgetsaddons" ,kwidgetsaddons)
 | 
					       ("kwidgetsaddons" ,kwidgetsaddons)
 | 
				
			||||||
       ("kwindowsystem" ,kwindowsystem)
 | 
					       ("kwindowsystem" ,kwindowsystem)
 | 
				
			||||||
       ("qtbase" ,qtbase)
 | 
					       ("qtbase" ,qtbase)
 | 
				
			||||||
       ("qttools" ,qttools)
 | 
					 | 
				
			||||||
       ("sonnet" ,sonnet)))
 | 
					       ("sonnet" ,sonnet)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f ; FIXME: 1/5 tests fail.
 | 
					     `(#:tests? #f ; FIXME: 1/5 tests fail.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue