gnu: kiconthemes: Make some inputs native.

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

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Vincent Legoll 2020-04-05 23:31:57 +02:00 committed by Danny Milosavljevic
parent 30dde2c508
commit 36d5d8a143
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5

View File

@ -2559,6 +2559,7 @@ window does not need focus for them to be activated.")
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools)
("shared-mime-info" ,shared-mime-info)))
(inputs
`(("karchive" ,karchive)
@ -2571,8 +2572,7 @@ window does not need focus for them to be activated.")
("kitemviews" ,kitemviews)
("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase)
("qtsvg" ,qtsvg)
("qttools" ,qttools)))
("qtsvg" ,qtsvg)))
(arguments
`(#:phases
(modify-phases %standard-phases