mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-smithay-clipboard-0.3.
* gnu/packages/crates-io.scm (rust-smithay-clipboard-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
46f8949163
commit
293334468b
1 changed files with 29 additions and 0 deletions
|
@ -16053,6 +16053,35 @@ (define-public rust-smithay-client-toolkit-0.4
|
|||
("rust-image" ,rust-image-0.20)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.21))))))
|
||||
|
||||
(define-public rust-smithay-clipboard-0.3
|
||||
(package
|
||||
(name "rust-smithay-clipboard")
|
||||
(version "0.3.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "smithay-clipboard" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1h7qhcx44cgwncgpn5llky0c56vgsg9mqrkybb2z37vsxxia4rwn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-nix" ,rust-nix-0.14)
|
||||
("rust-smithay-client-toolkit" ,rust-smithay-client-toolkit-0.6))
|
||||
#:cargo-development-inputs
|
||||
(("rust-andrew" ,rust-andrew-0.2))))
|
||||
(inputs
|
||||
`(("wayland" ,wayland)))
|
||||
(home-page "https://github.com/smithay/smithay-clipboard")
|
||||
(synopsis
|
||||
"Provides access to the wayland clipboard for client applications")
|
||||
(description
|
||||
"This package provides access to the wayland clipboard for client applications.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-socket2-0.3
|
||||
(package
|
||||
(name "rust-socket2")
|
||||
|
|
Loading…
Reference in a new issue