all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#51730] [PATCH 01/21] gnu: Add rust-argh-shared-0.1.
@ 2021-11-09 21:10 phodina via Guix-patches via
  2021-11-09 21:12 ` [bug#51730] [PATCH 02/21] gnu: Add rust-argh-derive-0.1 phodina via Guix-patches via
                   ` (19 more replies)
  0 siblings, 20 replies; 28+ messages in thread
From: phodina via Guix-patches via @ 2021-11-09 21:10 UTC (permalink / raw)
  To: 51730

Hi,

this series of patches adds Spotify TUI player.


* gnu/packages/crates-io.scm (rust-argh-shared-0.1): New variable.

---8<---------cut here---------------->8----
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4ccf463e23..03c4baf0ec 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2267,6 +2267,24 @@ (define-public rust-arg-enum-proc-macro-0.3
 @code{arg_enum}.")
     (license license:expat)))

+(define-public rust-argh-shared-0.1
+  (package
+    (name "rust-argh-shared")
+    (version "0.1.6")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "argh_shared" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "0crzkzr4mq9gyys3m0idgsfwwrwd4dk70scp7rspvb2fmgd01piq"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page "https://github.com/google/argh")
+    (synopsis "Derive-based argument parsing optimized for code size")
+    (description "Derive-based argument parsing optimized for code size")
+    (license license:bsd-3)))
+
 (define-public rust-argon2rs-0.2
   (package
     (name "rust-argon2rs")
--
2.33.1




^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2021-12-09 23:37 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 21:10 [bug#51730] [PATCH 01/21] gnu: Add rust-argh-shared-0.1 phodina via Guix-patches via
2021-11-09 21:12 ` [bug#51730] [PATCH 02/21] gnu: Add rust-argh-derive-0.1 phodina via Guix-patches via
2021-11-09 21:13 ` [bug#51730] [PATCH 03/21] gnu: Add rust-argh-0.1 phodina via Guix-patches via
2021-11-09 21:13 ` [bug#51730] [PATCH 04/21] gnu: Add rust-tui-0.16 phodina via Guix-patches via
2021-11-09 21:14 ` [bug#51730] [PATCH 05/21] gnu: Add rust-random-0.12 phodina via Guix-patches via
2021-11-09 21:14 ` [bug#51730] [PATCH 06/21] gnu: Add rust-dotenv-0.13 phodina via Guix-patches via
2021-11-09 21:15 ` [bug#51730] [PATCH 07/21] gnu: Add rust-derive-builder-core-0.5 phodina via Guix-patches via
2021-11-09 21:16 ` [bug#51730] [PATCH 08/21] gnu: Add rust-derive-builder-0.7 phodina via Guix-patches via
2021-11-09 21:17 ` [bug#51730] [PATCH 09/21] gnu: Add rust-rspotify-0.10 phodina via Guix-patches via
2021-11-09 21:17 ` [bug#51730] [PATCH 10/21] gnu: Add rust-winapi-wsapoll-0.1 phodina via Guix-patches via
2021-11-09 21:18 ` [bug#51730] [PATCH 11/21] gnu: Add rust-x11rb-0.8 phodina via Guix-patches via
2021-11-09 21:18 ` [bug#51730] [PATCH 12/21] gnu: Add rust-tree-magic-0.2 phodina via Guix-patches via
2021-11-09 21:19 ` [bug#51730] [PATCH 13/21] gnu: rust-anyhow-1: Update to 1.0.46 phodina via Guix-patches via
2021-11-09 21:19 ` [bug#51730] [PATCH 14/21] gnu: Add rust-atty-0.2.11 phodina via Guix-patches via
2021-11-09 21:19 ` [bug#51730] [PATCH 15/21] gnu: rust-os-pipe-0.9: Update to 0.9.2 phodina via Guix-patches via
2021-11-09 21:20 ` [bug#51730] [PATCH 16/21] gnu: Add rust-simple-logger-1 phodina via Guix-patches via
2021-11-09 21:21 ` [bug#51730] [PATCH 17/21] gnu: Add rust-stderrlog-0.4 phodina via Guix-patches via
2021-11-09 21:21 ` [bug#51730] [PATCH 18/21] gnu: Add rust-thread-local-0.3.4 phodina via Guix-patches via
2021-11-17 17:42   ` Nicolas Goaziou
2021-12-03 14:00     ` phodina via Guix-patches via
2021-11-09 21:22 ` [bug#51730] [PATCH 19/21] gnu: Add rust-wl-clipboard-rs-0.4 phodina via Guix-patches via
2021-11-17 17:44   ` Nicolas Goaziou
2021-12-03 14:11     ` phodina via Guix-patches via
2021-12-03 20:13       ` Nicolas Goaziou
2021-12-07 22:31         ` phodina via Guix-patches via
2021-12-09 23:36           ` Nicolas Goaziou
2021-11-09 21:22 ` [bug#51730] [PATCH 20/21] gnu: rust-arboard-1: Update to 1.2.1 phodina via Guix-patches via
2021-11-09 21:23 ` [bug#51730] [PATCH 21/21] gnu: Add rust-spotify-tui-0.25 phodina via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.