gnu: Add rust-netlink-packet-core-0.7.
* gnu/packages/crates-io.scm (rust-netlink-packet-core-0.7): New variable. Change-Id: I9ca1981a60187241d92855721b40f88039d1ea75 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
2a5d81e582
commit
c303688430
|
@ -39924,6 +39924,30 @@ types as proposed in RFC 1158.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-netlink-packet-core-0.7
|
||||||
|
(package
|
||||||
|
(name "rust-netlink-packet-core")
|
||||||
|
(version "0.7.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "netlink-packet-core" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "197dh9c5570135kv5q770n2ih5prhsql58cd71xxcya4f2plywkj"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t ; Needs old netlink-packet-route for tests.
|
||||||
|
#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||||
|
("rust-byteorder" ,rust-byteorder-1)
|
||||||
|
("rust-netlink-packet-utils" ,rust-netlink-packet-utils-0.5))))
|
||||||
|
(home-page "https://github.com/rust-netlink/netlink-packet-core")
|
||||||
|
(synopsis "Netlink packet types")
|
||||||
|
(description "The @code{netlink-packet-core} is the glue for all the other
|
||||||
|
@code{netlink-packet-*} crates. It provides a @code{NetlinkMessage<T>} type
|
||||||
|
that represent any netlink message for any sub-protocol.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-netlink-packet-utils-0.5
|
(define-public rust-netlink-packet-utils-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-netlink-packet-utils")
|
(name "rust-netlink-packet-utils")
|
||||||
|
|
Reference in New Issue