mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 07:56:23 +01:00
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:
parent
ffadfb0e53
commit
a55f3f4913
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue