mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kamoso: Use new input style.
* gnu/packages/kde-multimedia.scm (kamoso)[naitve-inputs]: Use new style. Change-Id: If1702c4c7f31d629d1c604018010ac756acfb012
This commit is contained in:
parent
8a9fd22d97
commit
4e6b555343
1 changed files with 5 additions and 4 deletions
|
@ -518,10 +518,11 @@ (define-public kamoso
|
|||
(base32 "1i2w2cmlfr9q4p405kycy2xqp8q5d6f1j3pwr5sbdhis3rm7vm4l"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("glib:bin" ,glib "bin")
|
||||
("kdoctools" ,kdoctools-5)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(list
|
||||
extra-cmake-modules
|
||||
`(,glib "bin")
|
||||
kdoctools-5
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list gstreamer
|
||||
gst-plugins-base
|
||||
|
|
Loading…
Reference in a new issue