gnu: phonon-backend-gstreamer: Fix-up inputs.
* gnu/packages/kde-frameworks.scm (phonon-backend-gstreamer)[inputs]: Move qttools ... [native-inputs]: ... to here.master
parent
2de421824c
commit
0b2a004598
|
@ -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)
|
||||
|
|
Reference in New Issue