gnu: kcoreaddons: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kcoreaddons)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
acfa0bde84
commit
543032a888
1 changed files with 18 additions and 17 deletions
|
@ -636,8 +636,9 @@ propagate their changes to their respective configuration files.")
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'blacklist-failing-test
|
(add-before 'check 'blacklist-failing-test
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Blacklist failing tests.
|
;; Blacklist failing tests.
|
||||||
|
|
Reference in a new issue