GNU bug report logs -
#77382
[PATCH rust-team 00/18] gnu: Add matugen.
Previous Next
Full log
Message #17 received at 77382 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-execute-command-tokens-0.1): New variable.
Change-Id: I626167212d851755fd04c04de7f2ed23c891de8a
---
gnu/packages/crates-io.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c8b95d67e5..426c7e9d8d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25992,6 +25992,23 @@ (define-public rust-executable-path-1
(description "Get the path of a binary target's executable.")
(license license:cc0)))
+(define-public rust-execute-command-tokens-0.1
+ (package
+ (name "rust-execute-command-tokens")
+ (version "0.1.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "execute-command-tokens" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1bdwzw0q983xx4d0wmmyzwhcn0qpl8xcl826cx27z5xynqg35p39"))))
+ (build-system cargo-build-system)
+ (home-page "https://magiclen.org/execute")
+ (synopsis "Parse command strings")
+ (description "This package provides funtions for parsing command strings.")
+ (license license:expat)))
+
(define-public rust-executors-0.9
(package
(name "rust-executors")
--
2.49.0
This bug report was last modified 43 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.