mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-x11-dl-2: Order alphabetically.
* gnu/packages/crates-graphics.scm (rust-x11-dl-2): Order. Change-Id: Ia2f163c5518243bea4147f2ea7d4e8c4186e91e8 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
25abc64809
commit
cd06e82581
1 changed files with 23 additions and 23 deletions
|
@ -6519,6 +6519,29 @@ (define-public rust-x11-clipboard-0.7
|
|||
`(#:tests? #f ; Wants a running X server.
|
||||
#:cargo-inputs (("rust-x11rb" ,rust-x11rb-0.10))))))
|
||||
|
||||
(define-public rust-x11-dl-2
|
||||
(package
|
||||
(name "rust-x11-dl")
|
||||
(version "2.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "x11-dl" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0vsiq62xpcfm0kn9zjw5c9iycvccxl22jya8wnk18lyxzqj5jwrq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||
(home-page "https://github.com/erlepereira/x11-rs.git")
|
||||
(synopsis "X11 library bindings for Rust")
|
||||
(description "This package provides X11 library bindings for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-x11rb-0.13
|
||||
(package
|
||||
(name "rust-x11rb")
|
||||
|
@ -6717,29 +6740,6 @@ (define-public rust-x11rb-protocol-0.10
|
|||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.3))))))
|
||||
|
||||
(define-public rust-x11-dl-2
|
||||
(package
|
||||
(name "rust-x11-dl")
|
||||
(version "2.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "x11-dl" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0vsiq62xpcfm0kn9zjw5c9iycvccxl22jya8wnk18lyxzqj5jwrq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||
(home-page "https://github.com/erlepereira/x11-rs.git")
|
||||
(synopsis "X11 library bindings for Rust")
|
||||
(description "This package provides X11 library bindings for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-xkbcommon-0.7
|
||||
(package
|
||||
(name "rust-xkbcommon")
|
||||
|
|
Loading…
Reference in a new issue