guix-commits
[Top][All Lists]
Advanced

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

57/65: gnu: go-github-com-xeipuuv-gojsonschema: Adjust inputs.


From: guix-commits
Subject: 57/65: gnu: go-github-com-xeipuuv-gojsonschema: Adjust inputs.
Date: Wed, 3 Jan 2024 16:51:20 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 1371b119f3678e592c6aa03648df8bcd902dfeed
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 29 22:35:35 2023 +0000

    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
---
 gnu/packages/golang-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c97dfa7757..346ca87cc7 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1232,10 +1232,11 @@ replacement for native @code{net/http} module.")
                     (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



reply via email to

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