mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: kcontacts: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kcontacts)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
016016578f
commit
156094fc3f
1 changed files with 9 additions and 8 deletions
|
@ -1638,8 +1638,9 @@ (define-public kcontacts
|
|||
(list ;; As required by KF5ContactsConfig.cmake.
|
||||
iso-codes kcodecs kconfig kcoreaddons qtdeclarative-5 ki18n))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'check 'check-setup
|
||||
(lambda _
|
||||
(setenv "HOME" (getcwd))
|
||||
|
|
Loading…
Reference in a new issue