mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kfilemetadata: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kfilemetadata): Update to 6.13.0. [arguments]: Set QT_QPA_PLATFORM in the check phase. Change-Id: I331d377989a08c003ce94fdda9b6679ed124bdbe
This commit is contained in:
parent
031ecdcddc
commit
0e6abae39b
1 changed files with 3 additions and 2 deletions
|
@ -2538,7 +2538,7 @@ from DocBook files.")
|
|||
(define-public kfilemetadata
|
||||
(package
|
||||
(name "kfilemetadata")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2547,7 +2547,7 @@ from DocBook files.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mf3wc1wqz87rn979z6jc9wkwcxqsfypah7cscny3f0n19vlh2qh"))))
|
||||
"17mylkg821m4pxxkkqwsy1phfzqsby2ziz3jf0799mvwaw2ws3q9"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -2556,6 +2556,7 @@ from DocBook files.")
|
|||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||
(invoke "ctest" "-E" "(exiv2extractortest|usermetadatawritertest)")))))))
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue