me
/
guix
Archived
1
0
Fork 0

gnu: kfilemetadata: Use G-expressions.

* gnu/packages/kde-frameworks.scm (kfilemetadata)[arguments]:
Rewrite as G-expressions.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-13 15:14:25 +08:00 committed by 宋文武
parent bd047c79cb
commit 323840784b
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 11 additions and 9 deletions

View File

@ -1756,15 +1756,17 @@ from DocBook files.")
"0hhq8p6wpfbi33b604ls7q9309n6pm4aa4cgjwxrspn2q8yn6p7w"))))
(build-system cmake-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
;; FIXME: Test can't find audio/x-speex mimeinfo
;; (but it can find audio/x-speex+ogg).
(invoke "ctest" "-E"
"(usermetadatawritertest|embeddedimagedatatest|taglibextractortest)")))))))
(list
#:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
;; FIXME: Test can't find audio/x-speex mimeinfo
;; (but it can find audio/x-speex+ogg).
(invoke "ctest" "-E"
"(usermetadatawritertest|embeddedimagedatatest|\
taglibextractortest)")))))))
(native-inputs (list extra-cmake-modules pkg-config))
(inputs
(list attr