mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: Add go-sigs-k8s-io-structured-merge-diff-v4.
* gnu/packages/golang-xyz.scm (go-sigs-k8s-io-structured-merge-diff-v4): New variable. Change-Id: Ica5089e9c8c957c27a797602da66001530281de1
This commit is contained in:
parent
0e49bb2fbd
commit
accddac6d5
1 changed files with 32 additions and 0 deletions
|
@ -10777,6 +10777,38 @@ described at https://golang.org/s/re2syntax, except for @code{\\C.}")
|
||||||
unmarshaling functions based on @code{encoding/json} @code{Unmarshal()}.")
|
unmarshaling functions based on @code{encoding/json} @code{Unmarshal()}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-sigs-k8s-io-structured-merge-diff-v4
|
||||||
|
(package
|
||||||
|
(name "go-sigs-k8s-io-structured-merge-diff-v4")
|
||||||
|
(version "4.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/kubernetes-sigs/structured-merge-diff")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0xgi3r2xvwvxy6jc6rd5rrnib4y9b4kgpqphm4lkhgaayy3njwv3"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "sigs.k8s.io/structured-merge-diff/v4"
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(delete 'build)))) ; no go files in project's root
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-google-go-cmp
|
||||||
|
go-github-com-google-gofuzz
|
||||||
|
go-github-com-json-iterator-go
|
||||||
|
go-sigs-k8s-io-yaml))
|
||||||
|
(home-page "https://github.com/kubernetes-sigs/structured-merge-diff")
|
||||||
|
(synopsis "Structured Merge and Diff")
|
||||||
|
(description
|
||||||
|
"This package provides a code which implements the Kubernetes \"apply\"
|
||||||
|
operation.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-sigs-k8s-io-yaml
|
(define-public go-sigs-k8s-io-yaml
|
||||||
(package
|
(package
|
||||||
(name "go-sigs-k8s-io-yaml")
|
(name "go-sigs-k8s-io-yaml")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue