gnu: Add rust-clipboard-win-2.1.

* gnu/packages/crates-io.scm (rust-clipboard-win-2.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-15 04:17:53 +03:00 committed by Efraim Flashner
parent 68b1a5eada
commit 583b1648e4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1695,6 +1695,29 @@ (define-public rust-clicolors-control-1.0
colorization.")
(license license:expat)))
(define-public rust-clipboard-win-2.1
(package
(name "rust-clipboard-win")
(version "2.1.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "clipboard-win" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0431sg4jhabrqf2dliiwhbx9hinb9z4qfcm6914lm5mb17ya5798"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Tests are for Windows.
#:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/DoumanAsh/clipboard-win")
(synopsis "Interact with Windows clipboard")
(description
"This package provides simple way to interact with Windows clipboard.")
(license license:expat)))
(define-public rust-clippy-0.0
(package
(name "rust-clippy")