[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
408/475: gnu: Add rust-copypasta-0.8.
From: |
guix-commits |
Subject: |
408/475: gnu: Add rust-copypasta-0.8. |
Date: |
Sun, 7 May 2023 12:48:26 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b04e2f02e22087583433b2c6665107f1d926d41b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 24 11:27:35 2023 +0300
gnu: Add rust-copypasta-0.8.
* gnu/packages/crates-io.scm (rust-copypasta-0.8): New variable.
(rust-copypasta-0.7): Inherit from rust-copypasta-0.8.
---
gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++--------
1 file changed, 29 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9c1b6229e1..819f538213 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13628,8 +13628,36 @@ similar to the nom parser combinators library.")
the standard library.")
(license (list license:expat license:asl2.0))))
+(define-public rust-copypasta-0.8
+ (package
+ (name "rust-copypasta")
+ (version "0.8.2")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "copypasta" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0wmidz38581b1xzpzf466pdaw3xam7nlsn0klndfr973brkwhgqk"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#: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.7))))
+ (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-copypasta-0.7
(package
+ (inherit rust-copypasta-0.8)
(name "rust-copypasta")
(version "0.7.1")
(source
@@ -13639,7 +13667,6 @@ the standard library.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "02zz6yndszmzr5yjhn11g1hsj0232jbzl8gch6mxksw3xngxf8s4"))))
- (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
@@ -13648,13 +13675,7 @@ the standard library.")
("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))))
+ ("rust-x11-clipboard" ,rust-x11-clipboard-0.5))))))
(define-public rust-cordic-0.1
(package
- 416/475: gnu: Add rust-sdl2-sys-0.35., (continued)
- 416/475: gnu: Add rust-sdl2-sys-0.35., guix-commits, 2023/05/07
- 414/475: gnu: Add rust-unindent-0.2., guix-commits, 2023/05/07
- 381/475: gnu: Add rust-objc2-encode-2., guix-commits, 2023/05/07
- 389/475: gnu: rust-wayland-scanner-0.29: Update to 0.29.5., guix-commits, 2023/05/07
- 375/475: gnu: alacritty: Update to 0.12.0., guix-commits, 2023/05/07
- 390/475: gnu: rust-wayland-server-0.29: Update to 0.29.5., guix-commits, 2023/05/07
- 353/475: gnu: Add rust-itoap-1., guix-commits, 2023/05/07
- 391/475: gnu: Add rust-wayland-sys-0.30., guix-commits, 2023/05/07
- 350/475: gnu: Add rust-windows-implement-0.46., guix-commits, 2023/05/07
- 401/475: gnu: rust-smithay-clipboard-0.6: Update to 0.6.6., guix-commits, 2023/05/07
- 408/475: gnu: Add rust-copypasta-0.8.,
guix-commits <=
- 388/475: gnu: rust-wayland-protocols-0.29: Update to 0.29.5., guix-commits, 2023/05/07
- 357/475: gnu: Add rust-bitflags-2., guix-commits, 2023/05/07
- 410/475: gnu: Add rust-crossfont-0.5., guix-commits, 2023/05/07
- 407/475: gnu: rust-alacritty-terminal-0.15: Update to 0.18.0., guix-commits, 2023/05/07
- 427/475: gnu: Add rust-glutin-wgl-sys-0.4., guix-commits, 2023/05/07
- 406/475: gnu: Add rust-alacritty-config-0.1., guix-commits, 2023/05/07
- 426/475: gnu: Add rust-glutin-egl-sys-0.4., guix-commits, 2023/05/07
- 423/475: gnu: Add rust-anstyle-0.2., guix-commits, 2023/05/07
- 433/475: gnu: Add rust-slotmap-1., guix-commits, 2023/05/07
- 438/475: gnu: Add rust-jni-0.19., guix-commits, 2023/05/07