From 067fa9448f892cad9c22e054b7f53d97a9a9368c Mon Sep 17 00:00:00 2001 From: Troy Figiel Date: Fri, 2 Feb 2024 21:57:49 +0100 Subject: [PATCH] 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 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 c66b93cb84c..719cb5dfeb8 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")