gnu: modemmanager-qt: Use G-expressions.
* gnu/packages/kde-frameworks.scm (modemmanager-qt)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
e57c1e6161
commit
0ac80ee36f
1 changed files with 6 additions and 7 deletions
|
@ -1245,8 +1245,7 @@ lower level classes for interaction with the X Windowing System.")
|
|||
(inputs
|
||||
(list qtbase-5))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
|
|
Reference in a new issue