mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
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:
parent
916b625cf6
commit
156c43f12d
1 changed files with 0 additions and 19 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue