mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add rust-serial-windows-0.4.
* gnu/packages/crates-io.scm (rust-serial-windows-0.4): New variable. Change-Id: I979f5a1e83197dd6661413e2fa5f412f71418b48 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
6d7c8b6574
commit
dc6f84c267
1 changed files with 22 additions and 0 deletions
|
@ -71107,6 +71107,28 @@ (define-public rust-serial-test-derive-0.1
|
||||||
(("rust-quote" ,rust-quote-0.6)
|
(("rust-quote" ,rust-quote-0.6)
|
||||||
("rust-syn" ,rust-syn-0.15))))))
|
("rust-syn" ,rust-syn-0.15))))))
|
||||||
|
|
||||||
|
(define-public rust-serial-windows-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-serial-windows")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "serial-windows" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0ql1vjy57g2jf218bhmgr98i41faq0v5vzdx3g9payi6fsvx7ihm"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t ; could not find `windows` in `os`
|
||||||
|
#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-serial-core" ,rust-serial-core-0.4))))
|
||||||
|
(home-page "https://github.com/dcuddeback/serial-rs")
|
||||||
|
(synopsis "Serial port implementation for Windows")
|
||||||
|
(description
|
||||||
|
"This package provides Serial port implementation for Windows.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-servo-arc-0.3
|
(define-public rust-servo-arc-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-servo-arc")
|
(name "rust-servo-arc")
|
||||||
|
|
Loading…
Reference in a new issue