mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Remove rust-bare-metal-0.2.
* gnu/packages/crates-io.scm (rust-bare-metal-0.2): Delete variable. Change-Id: I6403a75a908bc8d8a85e852528b7cd531e251a70
This commit is contained in:
parent
ce40348fbf
commit
916b625cf6
1 changed files with 0 additions and 17 deletions
|
@ -4830,23 +4830,6 @@ (define-public rust-bare-metal-1
|
|||
systems.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-bare-metal-0.2
|
||||
(package
|
||||
(inherit rust-bare-metal-1)
|
||||
(name "rust-bare-metal")
|
||||
(version "0.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bare-metal" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1cy5pbb92fznnri72y6drfpjxj4qdmd62f0rrlgy70dxlppn9ssx"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-rustc-version" ,rust-rustc-version-0.2))))))
|
||||
|
||||
(define-public rust-barrel-0.6
|
||||
(package
|
||||
(name "rust-barrel")
|
||||
|
|
Loading…
Reference in a new issue