gnu: kwindowsystem: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kwindowsystem)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
ad9768eb9c
commit
e879b19ab3
1 changed files with 15 additions and 14 deletions
|
@ -1194,8 +1194,9 @@ configuration pages, message boxes, and password requests.")
|
||||||
xcb-util-keysyms
|
xcb-util-keysyms
|
||||||
xcb-util-wm))
|
xcb-util-wm))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
;; The test suite requires a running window anager
|
;; The test suite requires a running window anager
|
||||||
|
|
Reference in a new issue