mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: go-github-com-xeipuuv-gojsonschema: Adjust inputs.
* gnu/packages/golang-web.scm (go-github-com-xeipuuv-gojsonschema): [propagated-inputs]: Move go-github-com-stretchr-testify from here ... [native-inputs]: ... to here. Change-Id: Id865d5821060cd847aeb9ccfc7b7a477e12f7b7b
This commit is contained in:
parent
65b1156d2b
commit
1371b119f3
1 changed files with 3 additions and 2 deletions
|
@ -1232,10 +1232,11 @@ (define-public go-github-com-xeipuuv-gojsonschema
|
|||
(string-append "// " all))
|
||||
(("\\{\"phase\": \"invalid definition" all)
|
||||
(string-append "// " all)))))))))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-xeipuuv-gojsonreference
|
||||
go-github-com-xeipuuv-gojsonpointer
|
||||
go-github-com-stretchr-testify))
|
||||
go-github-com-xeipuuv-gojsonpointer))
|
||||
(home-page "https://github.com/xeipuuv/gojsonschema")
|
||||
(synopsis "Implementation of JSON Schema for Go")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue