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

gnu: kdewebkit: Make some inputs native.


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

Signed-off-by: default avatarDanny Milosavljevic <dannym@scratchpost.org>
parent 957e0be3
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
......@@ -2448,7 +2449,8 @@ (define-public kdewebkit
"1s3bmn1ck7xvc7a6gv7ywv9161hdahiiw20aq88s4qkm2s5wyy6v"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
`(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools)))
(inputs
`(("kconfig" ,kconfig)
("kcoreaddons" ,kcoreaddons)
......@@ -2458,7 +2460,6 @@ (define-public kdewebkit
("kservice" ,kservice)
("kwallet" ,kwallet)
("qtbase" ,qtbase)
("qttools" ,qttools)
("qtwebkit" ,qtwebkit)))
(home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Integration for QtWebKit")
......
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