mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-asio-sys-0.2: Order alphabetically.
* gnu/packages/crates-io.scm (rust-asio-sys-0.2): Order. Change-Id: Ieaede5a68bbdee2dc4c663c5bad29d4cd49421eb Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f90ccbc618
commit
7bb166ce9c
1 changed files with 27 additions and 27 deletions
|
@ -4243,33 +4243,6 @@ (define-public rust-as-variant-1
|
|||
variants to `Option`s.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-asio-sys-0.2
|
||||
(package
|
||||
(name "rust-asio-sys")
|
||||
(version "0.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "asio-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16lbavksj2aasadyxbdnbrll6a1m8cwl4skbxgbvr1ma2wpwv82c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:skip-build? #t
|
||||
#:cargo-inputs `(("rust-bindgen" ,rust-bindgen-0.56)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-num-derive" ,rust-num-derive-0.3)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-walkdir" ,rust-walkdir-2))))
|
||||
(home-page "https://github.com/RustAudio/cpal/")
|
||||
(synopsis
|
||||
"Low-level interface and binding generation for the Steinberg ASIO SDK")
|
||||
(description
|
||||
"Low-level interface and binding generation for the Steinberg ASIO SDK.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-as-raw-xcb-connection-1
|
||||
(package
|
||||
(name "rust-as-raw-xcb-connection")
|
||||
|
@ -4414,6 +4387,33 @@ (define-public rust-ascii-utils-0.9
|
|||
"This library provides utilities to handle ASCII characters.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-asio-sys-0.2
|
||||
(package
|
||||
(name "rust-asio-sys")
|
||||
(version "0.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "asio-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16lbavksj2aasadyxbdnbrll6a1m8cwl4skbxgbvr1ma2wpwv82c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:skip-build? #t
|
||||
#:cargo-inputs `(("rust-bindgen" ,rust-bindgen-0.56)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-num-derive" ,rust-num-derive-0.3)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-walkdir" ,rust-walkdir-2))))
|
||||
(home-page "https://github.com/RustAudio/cpal/")
|
||||
(synopsis
|
||||
"Low-level interface and binding generation for the Steinberg ASIO SDK")
|
||||
(description
|
||||
"Low-level interface and binding generation for the Steinberg ASIO SDK.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-askama-0.12
|
||||
(package
|
||||
(name "rust-askama")
|
||||
|
|
Loading…
Reference in a new issue