me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-copypasta-0.7.

* gnu/packages/crates-io.scm (rust-copypasta-0.7): New variable.
master
Nicolas Goaziou 2021-01-29 23:46:02 +01:00
parent ecd46aeafc
commit 36e8952f08
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 28 additions and 0 deletions

View File

@ -6874,6 +6874,34 @@ Split from the user_agent crate.")
the standard library.")
(license (list license:expat license:asl2.0))))
(define-public rust-copypasta-0.7
(package
(name "rust-copypasta")
(version "0.7.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "copypasta" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "02zz6yndszmzr5yjhn11g1hsj0232jbzl8gch6mxksw3xngxf8s4"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-clipboard-win" ,rust-clipboard-win-3)
("rust-objc" ,rust-objc-0.2)
("rust-objc-foundation" ,rust-objc-foundation-0.1)
("rust-objc-id" ,rust-objc-id-0.1)
("rust-smithay-clipboard" ,rust-smithay-clipboard-0.6)
("rust-x11-clipboard" ,rust-x11-clipboard-0.5))))
(home-page "https://github.com/alacritty/copypasta")
(synopsis "Get and set the contents of the OS-level clipboard")
(description
"Copypasta is a cross-platform library for getting and setting the
contents of the OS-level clipboard.")
(license (list license:expat license:asl2.0))))
(define-public rust-cordic-0.1
(package
(name "rust-cordic")