mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Add rust-rlimit-0.9.
* gnu/packages/crates-io.scm (rust-rlimit-0.9): New variable. Change-Id: I3d691b1313cec7a869c171d66dddb3f7b2c6f208
This commit is contained in:
parent
b286a58aef
commit
43f7a97744
1 changed files with 21 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2019 Ivan Petkov <ivanppetkov@gmail.com>
|
||||
;;; Copyright © 2019-2024 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2019-2025 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2019-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;; Copyright © 2019, 2024 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||
;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
|
@ -63046,6 +63046,26 @@ this crate is here to save you the hassle of maintaining and testing
|
|||
your own implementation.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-rlimit-0.9
|
||||
(package
|
||||
(name "rust-rlimit")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rlimit" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13mb3ligflqb4h7m76pkyc8z5pswpc38fcl6qm1lvp2jls3rv8pq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))
|
||||
#:cargo-development-inputs (("rust-once-cell" ,rust-once-cell-1))))
|
||||
(home-page "https://github.com/Nugine/rlimit/")
|
||||
(synopsis "Resource limits")
|
||||
(description "This package provides controls for resource limits.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rlp-0.5
|
||||
(package
|
||||
(name "rust-rlp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue