mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-mdlayher-ethernet.
* gnu/packages/golang-web.scm (go-github-com-mdlayher-ethernet): New variable. Change-Id: I9a37f259cbab8f4e50519589353a3838c2cc9d20
This commit is contained in:
parent
00185276f9
commit
cbd3a610cd
1 changed files with 26 additions and 0 deletions
|
@ -5822,6 +5822,32 @@ language.")
|
|||
Coveralls.io} continuous code coverage tracking system.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-mdlayher-ethernet
|
||||
(package
|
||||
(name "go-github-com-mdlayher-ethernet")
|
||||
(version "0.0.0-20220221185849-529eae5b6118")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mdlayher/ethernet")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "154jx1i5g5nphzlbx0hr2v0rhhri2p9z80hjnnngbzcqzmy1npbm"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/mdlayher/ethernet"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-mdlayher-packet))
|
||||
(home-page "https://github.com/mdlayher/ethernet")
|
||||
(synopsis "Encode/decode of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags")
|
||||
(description
|
||||
"Package ethernet implements marshaling and unmarshaling of IEEE 802.3
|
||||
Ethernet II frames and IEEE 802.1Q VLAN tags.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-mdlayher-ethtool
|
||||
(package
|
||||
(name "go-github-com-mdlayher-ethtool")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue