me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 23 additions and 0 deletions

View File

@ -1695,6 +1695,29 @@ Command Line Argument Parser.")
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")