guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: go-github-com-jmespath-go-jmespath: Add missing input.


From: guix-commits
Subject: 02/06: gnu: go-github-com-jmespath-go-jmespath: Add missing input.
Date: Mon, 5 Feb 2024 17:37:46 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 067fa9448f892cad9c22e054b7f53d97a9a9368c
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Fri Feb 2 21:57:49 2024 +0100

    gnu: go-github-com-jmespath-go-jmespath: Add missing input.
    
    * gnu/packages/golang-web.scm (go-github-com-jmespath-go-jmespath)
    [native-inputs]: Add go-github-com-stretchr-objx.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Change-Id: I98f2bf971b2edf41c6f36ed118bbe33727f0267b
---
 gnu/packages/golang-web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c66b93cb84..719cb5dfeb 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1081,6 +1081,7 @@ Microsoft AD PAC authorization data.")
     (native-inputs
      (list go-github-com-davecgh-go-spew
            go-github-com-pmezard-go-difflib
+           go-github-com-stretchr-objx
            go-gopkg-in-yaml-v2))
     (home-page "https://github.com/jmespath/go-jmespath";)
     (synopsis "Golang implementation of JMESPath")



reply via email to

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