diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-28 15:10:52 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:32 +0000 |
commit | 4ded98c12154cab45106bfa637ca90cb6267b3f8 (patch) | |
tree | 432869591943fb8583cb6165d330fbcc7507c49b /gnu/packages/web.scm | |
parent | d9eabbded6c0ea41453c7fc6f960aca516cee926 (diff) |
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
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 02bf887fde..b52f184d0e 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -370,12 +370,6 @@ and its related documentation.") #$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/")) @@ -402,8 +396,7 @@ and its related documentation.") 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 |