mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add rust-x11-clipboard-0.4.
* gnu/packages/crates-io.scm (rust-x11-clipboard-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
403d9fae79
commit
045cb382de
1 changed files with 24 additions and 0 deletions
|
@ -15190,6 +15190,30 @@ (define-public rust-x11-2
|
|||
(description "X11 library bindings for Rust.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public rust-x11-clipboard-0.4
|
||||
(package
|
||||
(name "rust-x11-clipboard")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "x11-clipboard" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nqdnswiyj28b1izjp5rzbc67cxpb5c8p4vh1xyndkirzs84vqqk"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests require display server.
|
||||
#:cargo-inputs (("rust-xcb" ,rust-xcb-0.9))))
|
||||
(native-inputs
|
||||
`(("python" ,python)))
|
||||
(home-page "https://github.com/quininer/x11-clipboard")
|
||||
(synopsis "x11 clipboard support for Rust")
|
||||
(description "This package provides x11 clipboard support for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-xattr-0.2
|
||||
(package
|
||||
(name "rust-xattr")
|
||||
|
|
Loading…
Reference in a new issue