me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-neli-wifi-0.6.

* gnu/packages/crates-io.scm (rust-neli-wifi-0.6): Add variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Herman Rimm 2024-01-30 16:24:49 +01:00 committed by Efraim Flashner
parent 500f1ae956
commit a3e431d876
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -39404,6 +39404,27 @@ processing library for Rust.")
(description "This crate provides procedural macros for neli.")
(license license:bsd-3)))
(define-public rust-neli-wifi-0.6
(package
(name "rust-neli-wifi")
(version "0.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "neli-wifi" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0w5wkg8vzdzmsy8g1g5f65fxdnxxb9nbvfi47m9fjqnsrwr2584y"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-neli" ,rust-neli-0.6)
("rust-neli-proc-macros" ,rust-neli-proc-macros-0.1))
#:cargo-development-inputs (("rust-tokio" ,rust-tokio-1))))
(home-page "https://github.com/MaxVerevkin/neli-wifi")
(synopsis "Communicate with nl80211")
(description "This package provides communication with nl80211.")
(license license:expat)))
(define-public rust-neso-0.5
(package
(name "rust-neso")