mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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 @@ (define-public kcontacts
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue