gnu: Add go-github-com-mdlayher-genetlink.

* gnu/packages/golang-web.scm (go-github-com-mdlayher-genetlink): New variable.

Change-Id: If2871537d7fd98fbe42916a3bf1a3c97ec29dd19
This commit is contained in:
Sharlatan Hellseher 2024-12-27 14:46:12 +00:00
parent e15d8861c3
commit 3864700ebc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4374,6 +4374,36 @@ (define-public go-github-com-mattn-go-xmlrpc
language.")
(license license:expat)))
(define-public go-github-com-mdlayher-genetlink
(package
(name "go-github-com-mdlayher-genetlink")
(version "1.3.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mdlayher/genetlink")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0vppn8071nh8pnbyq9769j1zcgq76iadd5fry90xkmfq429if356"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/mdlayher/genetlink"))
(native-inputs
(list go-github-com-google-go-cmp))
(propagated-inputs
(list go-github-com-mdlayher-netlink
go-golang-org-x-net
go-golang-org-x-sys))
(home-page "https://github.com/mdlayher/genetlink")
(synopsis "Generic netlink interactions and data types")
(description
"Package genetlink implements generic netlink interactions and data
types.")
(license license:expat)))
(define-public go-github-com-mdlayher-netlink
(package
(name "go-github-com-mdlayher-netlink")