mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: rust-redox-termios: Update to 0.1.3.
* gnu/packages/crates-io.scm (rust-redox-termios): Update to 0.1.3. [arguments]: Don't skip the build. [cargo-inputs]: Remove rust-redox-syscall-0.1. Change-Id: If8515bc351b0773a5a73a8846a8a7cab546be580
This commit is contained in:
parent
8ae188574f
commit
8a310905c7
1 changed files with 2 additions and 6 deletions
|
@ -51572,7 +51572,7 @@ owned memory.")
|
||||||
(define-public rust-redox-termios-0.1
|
(define-public rust-redox-termios-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-redox-termios")
|
(name "rust-redox-termios")
|
||||||
(version "0.1.1")
|
(version "0.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -51580,12 +51580,8 @@ owned memory.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xhgvdh62mymgdl3jqrngl8hr4i8xwpnbsxnldq0l47993z1r2by"))))
|
"1jzifsj7fqyksz4325l3azfzpyv027kjabf93zcmass3p9q5c510"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Reference in a new issue