gnu: Remove rust-bare-metal-1.

* gnu/packages/crates-io.scm (rust-bare-metal-1): Delete variable.

Change-Id: Ibaa503df045c9296b57d66485c5263f7bccea966
This commit is contained in:
Efraim Flashner 2024-01-22 21:46:25 +02:00
parent 916b625cf6
commit 156c43f12d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4811,25 +4811,6 @@ (define-public rust-backtrace-0.3
trace (backtrace) at runtime in a Rust program.")
(license (list license:asl2.0 license:expat))))
(define-public rust-bare-metal-1
(package
(name "rust-bare-metal")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "bare-metal" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "00wn61b219nkfcwggim5pj7mcyn1gkq8zqaq4gjlb0rri9d8zzpq"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/rust-embedded/bare-metal")
(synopsis "Abstractions common to bare metal systems")
(description "This package provides abstractions common to bare metal
systems.")
(license (list license:expat license:asl2.0))))
(define-public rust-barrel-0.6
(package
(name "rust-barrel")