mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-rawkey-0.1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-rawkey-0.1): Order. Change-Id: I2db00c53a66cd4eda7a93d5b022e548c484d8b15 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
46a33b0458
commit
ce470ca154
1 changed files with 25 additions and 25 deletions
|
@ -67319,6 +67319,31 @@ (define-public rust-raw-cpuid-8
|
|||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rustversion" ,rust-rustversion-0.1))))))
|
||||
|
||||
(define-public rust-rawkey-0.1
|
||||
(package
|
||||
(name "rust-rawkey")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rawkey" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1bgbb0pd8wbhbwib2d39x2r1m8kasw8x3w13bdb4s17g6nnfzmks"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-readkey" ,rust-readkey-0.1)
|
||||
("rust-user32-sys" ,rust-user32-sys-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.3)
|
||||
("rust-x11" ,rust-x11-2))))
|
||||
(home-page "https://github.com/jonathandturner/rawkey")
|
||||
(synopsis "Raw terminal key input")
|
||||
(description
|
||||
"This package provides support for raw key input in terminals.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rawpointer-0.2
|
||||
(package
|
||||
(name "rust-rawpointer")
|
||||
|
@ -67431,31 +67456,6 @@ (define-public rust-rayon-0.8
|
|||
("rust-rand" ,rust-rand-0.3)
|
||||
("rust-rustc-serialize" ,rust-rustc-serialize-0.3))))))
|
||||
|
||||
(define-public rust-rawkey-0.1
|
||||
(package
|
||||
(name "rust-rawkey")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rawkey" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1bgbb0pd8wbhbwib2d39x2r1m8kasw8x3w13bdb4s17g6nnfzmks"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-readkey" ,rust-readkey-0.1)
|
||||
("rust-user32-sys" ,rust-user32-sys-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.3)
|
||||
("rust-x11" ,rust-x11-2))))
|
||||
(home-page "https://github.com/jonathandturner/rawkey")
|
||||
(synopsis "Raw terminal key input")
|
||||
(description
|
||||
"This package provides support for raw key input in terminals.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rayon-core-1
|
||||
(package
|
||||
(name "rust-rayon-core")
|
||||
|
|
Loading…
Reference in a new issue