mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add rust-if-addrs-sys-0.3.
* gnu/packages/crates-io.scm (rust-if-addrs-sys-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b079d483ff
commit
5e15679365
1 changed files with 21 additions and 0 deletions
|
@ -28242,6 +28242,27 @@ (define-public rust-ieee754-0.2
|
|||
floating-point numbers.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-if-addrs-sys-0.3
|
||||
(package
|
||||
(name "rust-if-addrs-sys")
|
||||
(version "0.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "if-addrs-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1skrzs79rafv185064p44r0k1va9ig4bfnpbwlvyhxh4g3fvjx6y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cc", rust-cc-1)
|
||||
("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/messense/if-addrs")
|
||||
(synopsis "Retrieve the IP addresses for all network interfaces")
|
||||
(description "Retrieve the IP addresses for all network interfaces.
|
||||
Works on POSIX and Windows hosts.")
|
||||
(license (list license:expat license:bsd-3))))
|
||||
|
||||
(define-public rust-if-chain-1
|
||||
(package
|
||||
(name "rust-if-chain")
|
||||
|
|
Loading…
Reference in a new issue