gnu: Add rust-proc-mounts-0.3.

* gnu/packages/crates-io.scm (rust-proc-mounts-0.3): New variable.

Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
Change-Id: I91ae3007deacd6a9e8a2ce020405caeb09951738
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Jaeme Sifat 2023-10-29 00:26:59 -04:00 committed by Efraim Flashner
parent ffadfb0e53
commit a55f3f4913
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -55938,6 +55938,26 @@ (define-public rust-proc-macro2-0.3
macro use case.")
(license (list license:expat license:asl2.0))))
(define-public rust-proc-mounts-0.3
(package
(name "rust-proc-mounts")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "proc-mounts" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1wpw3z2qq8wm3da8d0253a1h95nma6lad41m9yzp1ayh6n22yr8d"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-partition-identity" ,rust-partition-identity-0.3))))
(home-page "https://github.com/pop-os/proc-mounts")
(synopsis "Fetch active mounts and swaps on a Linux system")
(description
"This package provides fetching active mounts and swaps on a Linux system.")
(license license:expat)))
(define-public rust-procedural-masquerade-0.1
(package
(name "rust-procedural-masquerade")