guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: go-github-com-stretchr-testify-bootstrap: Mo


From: guix-commits
Subject: branch master updated: gnu: go-github-com-stretchr-testify-bootstrap: Move to golang-check.scm
Date: Sun, 31 Dec 2023 07:41:37 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b7466215cd gnu: go-github-com-stretchr-testify-bootstrap: Move to 
golang-check.scm
b7466215cd is described below

commit b7466215cd05c2a1cd7c7a18c92af30376d21043
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 31 08:00:20 2023 +0200

    gnu: go-github-com-stretchr-testify-bootstrap: Move to golang-check.scm
    
    * gnu/packages/golang.scm (go-github-com-stretchr-testify-bootstrap):
    Move from here ...
    * gnu/packages/golang-check.scm: ... to here.
    
    Change-Id: Iaa32e1c17a0e5a372613302e5e7fbf8de4d9572a
---
 gnu/packages/golang-check.scm | 12 ++++++++++++
 gnu/packages/golang.scm       | 11 -----------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 42e501a6e3..ec886985d6 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -414,6 +414,18 @@ Features include:
 @end itemize")
     (license license:expat)))
 
+(define-public go-github-com-stretchr-testify-bootstrap
+  (hidden-package
+    (package
+      (inherit go-github-com-stretchr-testify)
+      (arguments
+       '(#:import-path "github.com/stretchr/testify"
+         #:tests? #f
+         #:phases (modify-phases %standard-phases
+                    (delete 'build))))
+      (propagated-inputs
+       (list go-gopkg-in-yaml-v3)))))
+
 (define-public go-github-com-tdewolff-test
   (package
     (name "go-github-com-tdewolff-test")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 476edf6b4d..ea809f9be0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4466,17 +4466,6 @@ Go.")
 slices, JSON and other data.")
     (license license:expat)))
 
-(define go-github-com-stretchr-testify-bootstrap
-  (package
-    (inherit go-github-com-stretchr-testify)
-    (arguments
-     '(#:import-path "github.com/stretchr/testify"
-       #:tests? #f
-       #:phases (modify-phases %standard-phases
-                  (delete 'build))))
-    (propagated-inputs
-     (list go-gopkg-in-yaml-v3))))
-
 (define-public go-github-com-technoweenie-multipartstreamer
   (package
     (name "go-github-com-technoweenie-multipartstreamer")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]