diff options
| author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-04-05 23:31:56 +0200 | 
|---|---|---|
| committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-04-05 23:47:45 +0200 | 
| commit | 30dde2c50881870aee2485c003a67b970c634e5b (patch) | |
| tree | f4d2c59fc4f46fe24d988c59b92493529876e9b1 /gnu | |
| parent | 957e0be35f945a6b4e220206824ba6a40ff5e545 (diff) | |
gnu: kdewebkit: Make some inputs native.
* gnu/packages/kde-framework.scm (kdewebkit)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index aab54ec4fb..1790555ace 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -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 @@ with su and ssh respectively.")                  "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 @@ with su and ssh respectively.")         ("kservice" ,kservice)         ("kwallet" ,kwallet)         ("qtbase" ,qtbase) -       ("qttools" ,qttools)         ("qtwebkit" ,qtwebkit)))      (home-page "https://community.kde.org/Frameworks")      (synopsis "KDE Integration for QtWebKit") | 
