summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Figiel <troy@troyfigiel.com>2024-02-02 21:57:49 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-02-05 22:34:47 +0000
commit067fa9448f892cad9c22e054b7f53d97a9a9368c (patch)
treeb2decb303a2b8d5db9d51f5cc63a696bf813feb1
parent3ce5778adb128782351062d99dbfab8ec06c6467 (diff)
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
-rw-r--r--gnu/packages/golang-web.scm1
1 files changed, 1 insertions, 0 deletions
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")