me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-netlink-packet-utils-0.5.

* gnu/packages/crates-io.scm (rust-netlink-packet-utils-0.5): New variable.

Change-Id: I520429fecfb72cd4e8c267c188081da1f5fdd0dc
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Tomas Volf 2024-02-15 21:26:34 +01:00 committed by Efraim Flashner
parent a19d83fd6b
commit 2a5d81e582
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -39924,6 +39924,28 @@ types as proposed in RFC 1158.")
(license (list license:asl2.0
license:expat))))
(define-public rust-netlink-packet-utils-0.5
(package
(name "rust-netlink-packet-utils")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "netlink-packet-utils" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0d3xfh9zg0x2hbmh8iws0dvhj69prpx54khfvmfakm8sqw48mphf"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
("rust-byteorder" ,rust-byteorder-1)
("rust-paste" ,rust-paste-1)
("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/rust-netlink/netlink-packet-utils")
(synopsis "Macros and helpers for parsing netlink messages")
(description "Macros and helpers for parsing netlink messages.")
(license license:expat)))
(define-public rust-netlink-sys-0.8
(package
(name "rust-netlink-sys")