mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: phonon-backend-gstreamer: Fix-up inputs.
* gnu/packages/kde-frameworks.scm (phonon-backend-gstreamer)[inputs]: Move qttools ... [native-inputs]: ... to here.
This commit is contained in:
parent
2de421824c
commit
0b2a004598
1 changed files with 2 additions and 2 deletions
|
@ -193,12 +193,12 @@ (define-public phonon-backend-gstreamer
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue