me
/
guix
Archived
1
0
Fork 0

gnu: kopeninghours: Use G-expressions.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-14 16:30:24 +08:00 committed by 宋文武
parent 774443457f
commit 69ccc11914
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 7 additions and 7 deletions

View File

@ -779,7 +779,7 @@ cards.")
"14m4wl79b4qad42l1capz59pslfcrm25jshyhmcqzhqb0wzwkav9")))) "14m4wl79b4qad42l1capz59pslfcrm25jshyhmcqzhqb0wzwkav9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:phases '(modify-phases %standard-phases (list #: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?