diff mbox series

[bug#68897] gnu: go-github-com-jmespath-go-jmespath: Add missing input.

Message ID 87v8767f15.fsf@troyfigiel.com
State New
Headers show
Series [bug#68897] gnu: go-github-com-jmespath-go-jmespath: Add missing input. | expand

Commit Message

Troy Figiel Feb. 2, 2024, 8:57 p.m. UTC
* gnu/packages/golang-web.scm (go-github-com-jmespath-go-jmespath)[native-inputs]:
Add go-github-com-stretchr-objx.
---
 gnu/packages/golang-web.scm | 1 +
 1 file changed, 1 insertion(+)


base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Comments

Troy Figiel Feb. 2, 2024, 9:08 p.m. UTC | #1
go-github-com-jmespath-go-jmespath has 13 dependent packages. I built
all dependents locally (x86_64-linux) and did not find any new build
failures.

Best wishes,

Troy
Sharlatan Hellseher Feb. 5, 2024, 10:43 p.m. UTC | #2
Hi,

Pushed as f33473e7b215d2b6d00532565dc49cbf183cb2de to master.

Thanks,
Oleg
Sharlatan Hellseher Feb. 5, 2024, 10:45 p.m. UTC | #3
Hi,

Pushed as 067fa9448f892cad9c22e054b7f53d97a9a9368c to master.

Thanks,
Oleg
diff mbox series

Patch

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 @@  (define-public go-github-com-jmespath-go-jmespath
     (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")