gnu: exempi: Update to 2.6.5.

* gnu/packages/freedesktop.scm (exempi): Update to 2.6.5.
[arguments]: Remove trailing #t from 'remove-static-library phase.

Change-Id: I99878003dd6fc696b66543400502a1ef40c73cc1
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Felix Gruber 2023-12-27 15:53:14 +00:00 committed by 宋文武
parent e03886d6f6
commit b22e1ff117
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1474,7 +1474,7 @@ (define-public wtype
(define-public exempi
(package
(name "exempi")
(version "2.5.2")
(version "2.6.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -1482,7 +1482,7 @@ (define-public exempi
name "-" version ".tar.bz2"))
(sha256
(base32
"1mdfxb36p8251n5m7l55gx3fcqpk46yz9v568xfr8igxmqa47xaj"))))
"1zhzwkfna14sy78llhfc94cy5hv3076j5v3p1zmvawzz5gaa7yg9"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "--with-boost="
@ -1496,8 +1496,7 @@ (define-public exempi
;; <https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/17>.
;; Simply delete the static library instead to save ~4.3 MiB.
(delete-file (string-append (assoc-ref outputs "out")
"/lib/libexempi.a"))
#t)))))
"/lib/libexempi.a")))))))
(native-inputs
(list boost)) ; tests
(inputs