From 5ec5e0ab53db4a2905ec1ad55869fef1f47c7d90 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 28 Dec 2024 15:10:52 +0000 Subject: [PATCH] gnu: miniflux: Update to 2.2.4. * gnu/packages/web.scm (miniflux): Update to 2.2.4. [arguments] : Use default 'check. [inputs]: Remove go-mvdan-cc-xurls-v2; add go-golang-org-x-image. Change-Id: Ia5e8717fd239629684fdfc9612d6f5f7c1c1bef7 --- gnu/packages/web.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 9a12ac8859..f761709f49 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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