gnu: rust-redox-termios-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-redox-termios-0.1)[arguments]: Skip
build. Add rust-redox-syscall-0.1 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-14 20:55:57 +02:00
parent 99b006627e
commit 57c2ef35f7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8055,11 +8055,14 @@ (define-public rust-redox-termios-0.1
(base32
"0xhgvdh62mymgdl3jqrngl8hr4i8xwpnbsxnldq0l47993z1r2by"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-redox-syscall" ,rust-redox-syscall-0.1))))
(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)))
(define-public rust-ref-cast-0.2