gnu: miniflux: Update to 2.2.4.

* gnu/packages/web.scm (miniflux): Update to 2.2.4.
[arguments] <phases>: Use default 'check.
[inputs]: Remove go-mvdan-cc-xurls-v2; add go-golang-org-x-image.

Change-Id: Ia5e8717fd239629684fdfc9612d6f5f7c1c1bef7
This commit is contained in:
Sharlatan Hellseher 2024-12-28 15:10:52 +00:00
parent 1297244e6f
commit 5ec5e0ab53
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -369,12 +369,6 @@ (define-public miniflux
#$version))
#:phases
#~(modify-phases %standard-phases
;; XXX: Replace when go-build-system supports nested path.
(replace 'check
(lambda* (#:key import-path tests? #:allow-other-keys)
(when tests?
(with-directory-excursion (string-append "src/" import-path)
(invoke "go" "test" "-v" "./...")))))
(add-after 'install 'install-manpage
(lambda* (#:key import-path #:allow-other-keys)
(let ((man1 (string-append #$output "/share/man/man1/"))
@ -401,8 +395,7 @@ (define-public miniflux
go-golang-org-x-net
go-golang-org-x-oauth2
go-golang-org-x-term
go-golang-org-x-text
go-mvdan-cc-xurls-v2))
go-golang-org-x-text))
(home-page "https://miniflux.app/")
(synopsis "Minimalist and opinionated feed reader")
(description