mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove rust-simple-mutex-1.
* gnu/packages/crates-io.scm (rust-simple-mutex-1): Delete variable. Change-Id: I68113993202799cb730f1f646d5c7d5c7dc52227
This commit is contained in:
parent
a9e5422de1
commit
47a115ac66
1 changed files with 0 additions and 26 deletions
|
@ -71961,32 +71961,6 @@ (define-public rust-simple-logging-2
|
|||
(description "This package provides a simple logger for the log facade.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-simple-mutex-1
|
||||
(package
|
||||
(name "rust-simple-mutex")
|
||||
(version "1.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "simple-mutex" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1mnwlgjajqmxjfgsdcr9imf23yg1zblny95zrvcflvbgzbmbpaiq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-event-listener" ,rust-event-listener-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-parking-lot" ,rust-parking-lot-0.10))))
|
||||
(home-page "https://github.com/stjepang/simple-mutex")
|
||||
(synopsis
|
||||
"Mutex more efficient than @code{std} and simpler than
|
||||
@code{parking_lot}")
|
||||
(description
|
||||
"This package provides a mutex more efficient than @code{std} and
|
||||
simpler than @code{parking_lot}.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-simplelog-0.12
|
||||
(package
|
||||
(name "rust-simplelog")
|
||||
|
|
Loading…
Reference in a new issue