mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
99b006627e
commit
57c2ef35f7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue