gnu: kfilemetadata: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kfilemetadata)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
bd047c79cb
commit
323840784b
|
@ -1756,15 +1756,17 @@ from DocBook files.")
|
||||||
"0hhq8p6wpfbi33b604ls7q9309n6pm4aa4cgjwxrspn2q8yn6p7w"))))
|
"0hhq8p6wpfbi33b604ls7q9309n6pm4aa4cgjwxrspn2q8yn6p7w"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(replace 'check
|
#~(modify-phases %standard-phases
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(replace 'check
|
||||||
(when tests?
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
;; FIXME: Test can't find audio/x-speex mimeinfo
|
(when tests?
|
||||||
;; (but it can find audio/x-speex+ogg).
|
;; FIXME: Test can't find audio/x-speex mimeinfo
|
||||||
(invoke "ctest" "-E"
|
;; (but it can find audio/x-speex+ogg).
|
||||||
"(usermetadatawritertest|embeddedimagedatatest|taglibextractortest)")))))))
|
(invoke "ctest" "-E"
|
||||||
|
"(usermetadatawritertest|embeddedimagedatatest|\
|
||||||
|
taglibextractortest)")))))))
|
||||||
(native-inputs (list extra-cmake-modules pkg-config))
|
(native-inputs (list extra-cmake-modules pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list attr
|
(list attr
|
||||||
|
|
Reference in New Issue