me
/
guix
Archived
1
0
Fork 0

gnu: rust-termios-0.3: Don't hide package.

* gnu/packages/crates-io.scm (rust-termios-0.3)[arguments]: Add
rust-libc-0.2 to cargo-inputs.
[properties]: Remove field.
master
Efraim Flashner 2020-02-18 10:58:20 +02:00
parent 9e6ba02cd7
commit 71e932df85
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -13554,6 +13554,9 @@ writing colored text to a terminal.")
(base32
"09any1p4jp4bphvb5ikagnvwjc3xn2djchy96nkpa782xb2j1dkj"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/dcuddeback/termios-rs")
(synopsis "Safe bindings for the termios library")
(description
@ -13561,7 +13564,6 @@ writing colored text to a terminal.")
to the terminal I/O interface implemented by Unix operating systems. The safe
bindings are a small wrapper around the raw C functions, which converts integer
return values to @code{std::io::Result} to indicate success or failure.")
(properties '((hidden? . #t)))
(license license:expat)))
(define-public rust-test-assembler-0.1