diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-12-18 12:30:33 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-19 09:06:57 +0200 |
commit | 0b2a004598037c297282520997ede523543136b9 (patch) | |
tree | 65371c1de7bd94772d2e6d0c6730a77c8ccb16ff /gnu | |
parent | 2de421824cff132b962b266df9fe2f5cd5049a27 (diff) | |
download | guix-0b2a004598037c297282520997ede523543136b9.tar.gz guix-0b2a004598037c297282520997ede523543136b9.zip |
gnu: phonon-backend-gstreamer: Fix-up inputs.
* gnu/packages/kde-frameworks.scm (phonon-backend-gstreamer)[inputs]:
Move qttools ...
[native-inputs]: ... to here.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 101afbe68a..82bd2c4ea2 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -193,12 +193,12 @@ common build settings used in software produced by the KDE community.") (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) - ("pkg-config" ,pkg-config))) + ("pkg-config" ,pkg-config) + ("qttools" ,qttools))) (inputs `(("qtbase" ,qtbase) ("phonon" ,phonon) ("qtbase" ,qtbase) - ("qttools" ,qttools) ("qtx11extras" ,qtx11extras) ("gstreamer" ,gstreamer) ("gst-plugins-base" ,gst-plugins-base) |