[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: phonon-backend-gstreamer: Fix-up inputs.
From: |
guix-commits |
Subject: |
02/03: gnu: phonon-backend-gstreamer: Fix-up inputs. |
Date: |
Thu, 19 Dec 2019 02:13:48 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 0b2a004598037c297282520997ede523543136b9
Author: Efraim Flashner <address@hidden>
Date: Wed Dec 18 12:30:33 2019 +0200
gnu: phonon-backend-gstreamer: Fix-up inputs.
* gnu/packages/kde-frameworks.scm (phonon-backend-gstreamer)[inputs]:
Move qttools ...
[native-inputs]: ... to here.
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 101afbe..82bd2c4 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)