gnu: KContacts: Propagate required inputs.

* gnu/packages/kde-frameworks.scm (kcontacts)[inputs]: Move KCODECS,
KCOREADDONS, KCONFIG, and KI18N ...
[propagated-inputs]: ... here.  New field.
This commit is contained in:
Marius Bakke 2020-06-06 20:56:54 +02:00
parent 32a4c032be
commit 9c0fd3d34c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1561,11 +1561,13 @@ integrated it into your application's other widgets.")
`(("extra-cmake-modules" ,extra-cmake-modules)
("xorg-server" ,xorg-server))) ; for the tests
(inputs
`(("kcodecs" ,kcodecs)
`(("qtbase" ,qtbase)))
(propagated-inputs
`(;; As required by KF5ContactsConfig.cmake.
("kcodecs" ,kcodecs)
("kconfig" ,kconfig)
("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n)
("qtbase" ,qtbase)))
("ki18n" ,ki18n)))
(arguments
`(#:phases
(modify-phases %standard-phases