me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-procfs-core-0.16.

* gnu/packages/crates-io.scm (rust-procfs-core-0.16): New variable.

Change-Id: I54a9d6a2d511942109c8f9a42ab65629bc0d6425
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
normalmente 2024-03-19 03:50:43 +00:00 committed by Efraim Flashner
parent b97425e30a
commit 7f664febcb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 25 additions and 0 deletions

View File

@ -54804,6 +54804,31 @@ macro use case.")
"This package provides a procedural macro implementation of quote!.")
(license (list license:expat license:asl2.0))))
(define-public rust-procfs-core-0.16
(package
(name "rust-procfs-core")
(version "0.16.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "procfs-core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0acs0p19yfcs0h787ls24vi5ql4g6c62cm57qh2cxx397a958d9d"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-backtrace" ,rust-backtrace-0.3)
("rust-bitflags" ,rust-bitflags-2)
("rust-chrono" ,rust-chrono-0.4)
("rust-hex" ,rust-hex-0.4)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/eminence/procfs")
(synopsis "Data structures and parsing for the procfs pseudo-filesystem")
(description
"This package provides data structures and parsing for the Linux procfs
pseudo-filesystem.")
(license (list license:expat license:asl2.0))))
(define-public rust-procinfo-0.4
(package
(name "rust-procinfo")