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
@ -8055,11 +8055,14 @@ system calls.")
|
|||||||
(base32
|
(base32
|
||||||
"0xhgvdh62mymgdl3jqrngl8hr4i8xwpnbsxnldq0l47993z1r2by"))))
|
"0xhgvdh62mymgdl3jqrngl8hr4i8xwpnbsxnldq0l47993z1r2by"))))
|
||||||
(build-system cargo-build-system)
|
(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")
|
(home-page "https://github.com/redox-os/termios")
|
||||||
(synopsis "Rust library to access Redox termios functions")
|
(synopsis "Rust library to access Redox termios functions")
|
||||||
(description
|
(description
|
||||||
"This package provides a Rust library to access Redox termios functions.")
|
"This package provides a Rust library to access Redox termios functions.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-ref-cast-0.2
|
(define-public rust-ref-cast-0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user