mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 14:55:55 +02:00
gnu: Add go-gopkg-in-h2non-gock-v1.
* gnu/packages/golang-check.scm (go-gopkg-in-h2non-gock-v1): New variable. Change-Id: Ib4812ff4ffe794d123e79efab4bc40533cdeb193
This commit is contained in:
@@ -3579,6 +3579,13 @@ the source code, it only prints out style mistakes.")
|
||||
(propagated-inputs
|
||||
(list go-go-yaml-in-yaml-v4))))
|
||||
|
||||
(define-public go-gopkg-in-h2non-gock-v1
|
||||
(package/inherit go-github-com-h2non-gock
|
||||
(name "go-gopkg-in-h2non-gock-v1")
|
||||
(arguments
|
||||
(substitute-keyword-arguments arguments
|
||||
((#:import-path _) "gopkg.in/h2non/gock.v1")))))
|
||||
|
||||
(define-public go-gopkg-in-go-playground-assert-v1
|
||||
(package
|
||||
(inherit go-github-com-go-playground-assert-v2)
|
||||
|
||||
Reference in New Issue
Block a user