mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
1297244e6f
commit
5ec5e0ab53
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue