mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-mdlayher-wifi.
* gnu/packages/golang-web.scm (go-github-com-mdlayher-wifi): New variable. Change-Id: I4c92b118799ea5ed45ecaeb4aa7ce1fdc763da35
This commit is contained in:
parent
4bea2102dc
commit
4cb960abea
1 changed files with 31 additions and 0 deletions
|
@ -4505,6 +4505,37 @@ integrates with Go's runtime network poller to provide asynchronous I/O and
|
||||||
deadline support.")
|
deadline support.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-mdlayher-wifi
|
||||||
|
(package
|
||||||
|
(name "go-github-com-mdlayher-wifi")
|
||||||
|
(version "0.3.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/mdlayher/wifi")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "18h5n58gr3i4jbf7c4hfvx3w87bjjiaavcnpcl0j310bgrc6dnzi"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/mdlayher/wifi"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-google-go-cmp))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-mdlayher-genetlink
|
||||||
|
go-github-com-mdlayher-netlink
|
||||||
|
go-golang-org-x-crypto
|
||||||
|
go-golang-org-x-sys))
|
||||||
|
(home-page "https://github.com/mdlayher/wifi")
|
||||||
|
(synopsis "Access to IEEE 802.11 WiFi device actions")
|
||||||
|
(description
|
||||||
|
"Package wifi provides access to IEEE 802.11 @code{WiFi} device
|
||||||
|
operations on Linux using nl80211.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-mholt-acmez
|
(define-public go-github-com-mholt-acmez
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mholt-acmez")
|
(name "go-github-com-mholt-acmez")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue