[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52149] [PATCH 04/26] gnu: Add rust-cargo-util-0.1.
From: |
(unmatched-parenthesis |
Subject: |
[bug#52149] [PATCH 04/26] gnu: Add rust-cargo-util-0.1. |
Date: |
Mon, 27 Dec 2021 16:50:41 +0000 |
* gnu/packages/crates-io.scm (rust-cargo-util-0.1): New variable.
---
gnu/packages/crates-io.scm | 47 ++++++++++++++++++++++++++++++++------
1 file changed, 40 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aeb06c8f99..0ad11c8387 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8493,18 +8493,51 @@ (define-public rust-cargo-platform-0.1
supported by Cargo.")
(license (list license:expat license:asl2.0))))
+(define-public rust-cargo-util-0.1
+ (package
+ (name "rust-cargo-util")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "cargo-util" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1szsqx6n9lvvpfnppw9xiah0d5mg8x80i5s17kv25q6lg8zn7gzj"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-core-foundation" ,rust-core-foundation-0.9)
+ ("rust-crypto-hash" ,rust-crypto-hash-0.3)
+ ("rust-filetime" ,rust-filetime-0.2)
+ ("rust-hex" ,rust-hex-0.4)
+ ("rust-jobserver" ,rust-jobserver-0.1)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-miow" ,rust-miow-0.3)
+ ("rust-same-file" ,rust-same-file-1)
+ ("rust-shell-escape" ,rust-shell-escape-0.1)
+ ("rust-tempfile" ,rust-tempfile-3)
+ ("rust-walkdir" ,rust-walkdir-2)
+ ("rust-winapi" ,rust-winapi-0.3))))
+ (home-page "https://github.com/rust-lang/cargo")
+ (synopsis "Miscellaneous support code used by Cargo.")
+ (description "Miscellaneous support code used by Cargo.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-cargon-0.0
(package
(name "rust-cargon")
(version "0.0.1")
(source
- (origin
- (method url-fetch)
- (uri (crate-uri "cargon" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1cszlab7jk736p0lb50ag4l9nv72m7j41bwrmygl0lr4iz0350w2"))))
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "cargon" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1cszlab7jk736p0lb50ag4l9nv72m7j41bwrmygl0lr4iz0350w2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.34.0
- [bug#52149] [PATCH 01/26] gnu: Add rust-cargo-0.58., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 02/26] gnu: Remove redundant parts of rust-cargo-0.53, (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 04/26] gnu: Add rust-cargo-util-0.1.,
(unmatched-parenthesis <=
- [bug#52149] [PATCH 05/26] gnu: Update rust-curl-0.4; Update rust-curl-sys-0.4., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 03/26] gnu: Update rust-crossbeam-utils-0.8., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 06/26] gnu: Add rust-duct-0.9., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 08/26] gnu: Update dependencies of rust-bstr-0.2., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 11/26] gnu: Add rust-tracing-subscriber-0.3., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 07/26] gnu: Add rust-env-logger-0.9., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 16/26] gnu: Update rust-jobserver-0.1., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 20/26] gnu: Update rust-os-info-3., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 17/26] gnu: Update rust-itertools-0.10., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 14/26] gnu: Change checksum of rust-cargo-platform-0.1., (unmatched-parenthesis, 2021/12/27