me
/
guix
Archived
1
0
Fork 0

gnu: exiv2: Enable BMFF support.

* gnu/packages/image.scm (exiv2)[arguments]<configure-flags>: Enable BMFF.
Lars-Dominik Braun 2022-02-16 10:44:10 +01:00
parent 34755d912e
commit 3cc7638258
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 4 additions and 1 deletions

View File

@ -1361,7 +1361,10 @@ channels.")
(build-system cmake-build-system)
(arguments
'(#:test-target "tests"
#:configure-flags (list "-DEXIV2_BUILD_UNIT_TESTS=ON")
#:configure-flags (list "-DEXIV2_BUILD_UNIT_TESTS=ON"
;; darktable needs BMFF to support
;; CR3 files.
"-DEXIV2_ENABLE_BMFF=ON")
#:phases
(modify-phases %standard-phases
(add-after 'install 'delete-static-libraries