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:
parent
32a4c032be
commit
9c0fd3d34c
1 changed files with 5 additions and 3 deletions
|
@ -1561,11 +1561,13 @@ integrated it into your application's other widgets.")
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
("xorg-server" ,xorg-server))) ; for the tests
|
("xorg-server" ,xorg-server))) ; for the tests
|
||||||
(inputs
|
(inputs
|
||||||
`(("kcodecs" ,kcodecs)
|
`(("qtbase" ,qtbase)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(;; As required by KF5ContactsConfig.cmake.
|
||||||
|
("kcodecs" ,kcodecs)
|
||||||
("kconfig" ,kconfig)
|
("kconfig" ,kconfig)
|
||||||
("kcoreaddons" ,kcoreaddons)
|
("kcoreaddons" ,kcoreaddons)
|
||||||
("ki18n" ,ki18n)
|
("ki18n" ,ki18n)))
|
||||||
("qtbase" ,qtbase)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue