mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Remove rust-embedded-hal-0.2.
* gnu/packages/crates-io.scm (rust-embedded-hal-0.2): Delete variable. Change-Id: I717c5ee9df810bc8abf05a33357a069e8be1ee63
This commit is contained in:
parent
d903d4b98c
commit
d9bed7c02b
1 changed files with 0 additions and 23 deletions
|
@ -19905,29 +19905,6 @@ (define-public rust-lettre-email-0.9
|
|||
and authentication, easy email builders, and async support.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-embedded-hal-0.2
|
||||
(package
|
||||
(name "rust-embedded-hal")
|
||||
(version "0.2.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "embedded-hal" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1faa71mvs9zklyiiy9l5br9f2bwmxwak0br7jb49cr8mzxignv73"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-nb" ,rust-nb-0.1)
|
||||
("rust-void" ,rust-void-1))))
|
||||
(home-page "https://github.com/rust-embedded/embedded-hal")
|
||||
(synopsis "Hardware Abstraction Layer (HAL) for embedded systems")
|
||||
(description "This package provides a Hardware Abstraction Layer (HAL) for
|
||||
embedded systems.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-empfindung-0.2
|
||||
(package
|
||||
(name "rust-empfindung")
|
||||
|
|
Loading…
Reference in a new issue