gnu: Add rust-ipconfig-0.2.
* gnu/packages/crates-io.scm (rust-ipconfig-0.2): New variable.
This commit is contained in:
parent
bc69ad7b36
commit
461b8f7457
1 changed files with 25 additions and 0 deletions
|
@ -12169,6 +12169,31 @@ immutable interval tree.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-ipconfig-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-ipconfig")
|
||||||
|
(version "0.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "ipconfig" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1mzsagc6bk3i3fpggqlq8am5rxn4hgs297rsaya90w79xj5g3qpp"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-socket2" ,rust-socket2-0.3)
|
||||||
|
("rust-widestring" ,rust-widestring-0.4)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3)
|
||||||
|
("rust-winreg" ,rust-winreg-0.6))))
|
||||||
|
(home-page "https://github.com/liranringel/ipconfig")
|
||||||
|
(synopsis "Get network adapters and configuration information for Windows")
|
||||||
|
(description "This package lets you get network adapters information and
|
||||||
|
network configuration for Windows.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-ipnet-2
|
(define-public rust-ipnet-2
|
||||||
(package
|
(package
|
||||||
(name "rust-ipnet")
|
(name "rust-ipnet")
|
||||||
|
|
Reference in a new issue