Skip to content
Snippets Groups Projects
Unverified Commit 3496519f authored by Vincent Legoll's avatar Vincent Legoll Committed by Danny Milosavljevic
Browse files

gnu: kxmlgui: Make some inputs native.


* gnu/packages/kde-framework.scm (kxmlgui)[inputs]: Move qttools from here...
[native-inputs]: ...to here.

Signed-off-by: default avatarDanny Milosavljevic <dannym@scratchpost.org>
parent 1bb2ec7e
No related branches found
No related tags found
No related merge requests found
......@@ -3242,7 +3242,8 @@ (define-public kxmlgui
`(("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 @@ (define-public kxmlgui
("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase)
("qttools" ,qttools)
("sonnet" ,sonnet)))
(arguments
`(#:tests? #f ; FIXME: 1/5 tests fail.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment