mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add rust-copypasta-0.7.
* gnu/packages/crates-io.scm (rust-copypasta-0.7): New variable.
This commit is contained in:
parent
ecd46aeafc
commit
36e8952f08
1 changed files with 28 additions and 0 deletions
|
@ -6874,6 +6874,34 @@ (define-public rust-copyless-0.1
|
||||||
the standard library.")
|
the standard library.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-cordic-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-cordic")
|
(name "rust-cordic")
|
||||||
|
|
Loading…
Reference in a new issue