me
/
guix
Archived
1
0
Fork 0

gnu: baloo: Use G-expressions.

* gnu/packages/kde-frameworks.scm (baloo)[arguments]:
Rewrite as G-expressions.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-14 00:12:13 +08:00 committed by 宋文武
parent 02fad8089e
commit 35cb06d47f
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 8 additions and 8 deletions

View File

@ -2106,14 +2106,14 @@ between feed formats.")
qtdeclarative-5 qtdeclarative-5
solid)) solid))
(arguments (arguments
`(#:phases (list #:phases #~(modify-phases %standard-phases
(modify-phases %standard-phases (replace 'check
(replace 'check (lambda* (#:key tests? #:allow-other-keys)
(lambda* (#:key tests? #:allow-other-keys) (when tests?
(when tests? (setenv "DBUS_FATAL_WARNINGS" "0")
(setenv "DBUS_FATAL_WARNINGS" "0") (setenv "HOME"
(setenv "HOME" (getcwd)) (getcwd))
(invoke "dbus-launch" "ctest"))))))) (invoke "dbus-launch" "ctest")))))))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "File searching and indexing") (synopsis "File searching and indexing")
(description "Baloo provides file searching and indexing. It does so by (description "Baloo provides file searching and indexing. It does so by