GNU bug report logs - #72189
[PATCH 0/7] Update and unbundle vale - part II

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Fri, 19 Jul 2024 18:18:03 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 72189 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 72189 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 5/7] gnu: go-github-com-spf13-viper: Disable tests.
Date: Fri, 19 Jul 2024 20:57:30 +0100
* gnu/packages/golang.scm (go-github-com-spf13-viper): Disable tests.

Change-Id: Id2a5eff6203c0c9907a188cfcda1fe2accfdf786
---
 gnu/packages/golang.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3ea153978f..698dfe0120 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3610,6 +3610,7 @@ (define-public go-github-com-spf13-pflag
 (define-public go-github-com-spf13-viper
   (package
     (name "go-github-com-spf13-viper")
+    ;; Refreshing to a newer version requires long chain of missing packages.
     (version "1.7.0")
     (source
      (origin
@@ -3624,6 +3625,7 @@ (define-public go-github-com-spf13-viper
     (build-system go-build-system)
     (arguments
      (list
+      #:tests? #f
       #:import-path "github.com/spf13/viper"))
     (propagated-inputs
      (list go-github-com-fsnotify-fsnotify
-- 
2.41.0





This bug report was last modified 1 year and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.