gnu: kio: Make some inputs native.
* gnu/packages/kde-frameworks.scm (kio)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
36d5d8a143
commit
ecd3237ca8
|
@ -2687,6 +2687,7 @@ consumption.")
|
|||
("solid" ,solid)))
|
||||
(native-inputs
|
||||
`(("dbus" ,dbus)
|
||||
("qttools" ,qttools)
|
||||
("extra-cmake-modules" ,extra-cmake-modules)))
|
||||
(inputs
|
||||
`(;; TODO: LibACL , <ftp://oss.sgi.com/projects/xfs/cmd_tars>
|
||||
|
@ -2709,7 +2710,6 @@ consumption.")
|
|||
("libxslt" ,libxslt)
|
||||
("qtbase" ,qtbase)
|
||||
("qtscript" ,qtscript)
|
||||
("qttools" ,qttools)
|
||||
("qtx11extras" ,qtx11extras)
|
||||
("sonnet" ,sonnet)))
|
||||
(arguments
|
||||
|
|
Reference in New Issue