mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:36:19 +01:00
gnu: rust-wl-clipboard-rs-0.7: Order alphabetically.
* gnu/packages/crates-io.scm (rust-wl-clipboard-rs-0.7): Order. Change-Id: If12978ed190bb5ee2aaed4f9ed246f2609b44251 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
028a8998d2
commit
66a02630d3
1 changed files with 28 additions and 28 deletions
|
@ -98154,34 +98154,6 @@ (define-public rust-wl-clipboard-rs-0.8
|
|||
for terminal and other window-less applications.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-wl-clipboard-rs-0.7
|
||||
(package
|
||||
(inherit rust-wl-clipboard-rs-0.8)
|
||||
(name "rust-wl-clipboard-rs")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wl-clipboard-rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1n8sg981h3d08hnnlrsgs81w2qz3n8a5ml0jcsgnapdpzcyk06lq"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Failed to create a server socket.
|
||||
#:cargo-inputs (("rust-derive-new" ,rust-derive-new-0.5)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-nix" ,rust-nix-0.24)
|
||||
("rust-os-pipe" ,rust-os-pipe-1)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-tree-magic-mini" ,rust-tree-magic-mini-3)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.29)
|
||||
("rust-wayland-protocols" ,rust-wayland-protocols-0.29))
|
||||
#:cargo-development-inputs
|
||||
(("rust-wayland-protocols" ,rust-wayland-protocols-0.29)
|
||||
("rust-wayland-server" ,rust-wayland-server-0.29))))))
|
||||
|
||||
(define-public rust-web-time-1
|
||||
(package
|
||||
(name "rust-web-time")
|
||||
|
@ -99002,6 +98974,34 @@ (define-public rust-winnow-0.4
|
|||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-terminal-size" ,rust-terminal-size-0.2))))))
|
||||
|
||||
(define-public rust-wl-clipboard-rs-0.7
|
||||
(package
|
||||
(inherit rust-wl-clipboard-rs-0.8)
|
||||
(name "rust-wl-clipboard-rs")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wl-clipboard-rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1n8sg981h3d08hnnlrsgs81w2qz3n8a5ml0jcsgnapdpzcyk06lq"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Failed to create a server socket.
|
||||
#:cargo-inputs (("rust-derive-new" ,rust-derive-new-0.5)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-nix" ,rust-nix-0.24)
|
||||
("rust-os-pipe" ,rust-os-pipe-1)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-tree-magic-mini" ,rust-tree-magic-mini-3)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.29)
|
||||
("rust-wayland-protocols" ,rust-wayland-protocols-0.29))
|
||||
#:cargo-development-inputs
|
||||
(("rust-wayland-protocols" ,rust-wayland-protocols-0.29)
|
||||
("rust-wayland-server" ,rust-wayland-server-0.29))))))
|
||||
|
||||
(define-public rust-wl-clipboard-rs-0.4
|
||||
(package
|
||||
(inherit rust-wl-clipboard-rs-0.7)
|
||||
|
|
Loading…
Reference in a new issue