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:
Efraim Flashner 2024-12-31 19:38:15 +02:00
parent a9e5422de1
commit 47a115ac66
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")