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:
Zheng Junjie 2024-07-09 12:41:48 +08:00
parent 8a9fd22d97
commit 4e6b555343
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -518,10 +518,11 @@ (define-public kamoso
(base32 "1i2w2cmlfr9q4p405kycy2xqp8q5d6f1j3pwr5sbdhis3rm7vm4l")))) (base32 "1i2w2cmlfr9q4p405kycy2xqp8q5d6f1j3pwr5sbdhis3rm7vm4l"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules) (list
("glib:bin" ,glib "bin") extra-cmake-modules
("kdoctools" ,kdoctools-5) `(,glib "bin")
("pkg-config" ,pkg-config))) kdoctools-5
pkg-config))
(inputs (inputs
(list gstreamer (list gstreamer
gst-plugins-base gst-plugins-base