~ruther/guix-local

b7466215cd05c2a1cd7c7a18c92af30376d21043 — Efraim Flashner 2 years ago 94b5db7
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
2 files changed, 12 insertions(+), 11 deletions(-)

M gnu/packages/golang-check.scm
M gnu/packages/golang.scm
M gnu/packages/golang-check.scm => gnu/packages/golang-check.scm +12 -0
@@ 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")

M gnu/packages/golang.scm => gnu/packages/golang.scm +0 -11
@@ 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")