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>master
parent
e57c1e6161
commit
0ac80ee36f
|
@ -1245,8 +1245,7 @@ lower level classes for interaction with the X Windowing System.")
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(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?
|
||||||
|
|
Reference in New Issue