Skip to content
Snippets Groups Projects
Unverified Commit a8c86afa authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: Add rust-redox-termios-0.1.

* gnu/packages/rust-cbindgen.scm (rust-redox-termios-0.1): New hidden
variable.
parent 3f03cb20
No related branches found
No related tags found
No related merge requests found
...@@ -566,3 +566,23 @@ (define rust-redox-syscall-0.1 ...@@ -566,3 +566,23 @@ (define rust-redox-syscall-0.1
system calls.") system calls.")
(properties '((hidden? . #t))) (properties '((hidden? . #t)))
(license license:expat))) (license license:expat)))
(define rust-redox-termios-0.1
(package
(name "rust-redox-termios")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "redox-termios" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0xhgvdh62mymgdl3jqrngl8hr4i8xwpnbsxnldq0l47993z1r2by"))))
(build-system cargo-build-system)
(home-page "https://github.com/redox-os/termios")
(synopsis "Rust library to access Redox termios functions")
(description
"This package provides a Rust library to access Redox termios functions.")
(properties '((hidden? . #t)))
(license license:expat)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment