GNU bug report logs -
#70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 27 Apr 2024 12:25:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #467 received at 70606 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-failure-derive-0.1): Order.
Change-Id: Ib41d46859fa9fea85c44405c892bc6b6486c864f
---
gnu/packages/crates-io.scm | 50 +++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a1383a6966..fe6aa3931c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27607,6 +27607,31 @@ (define-public rust-failure-0.1
"Experimental error handling abstraction.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-failure-derive-0.1
+ (package
+ (name "rust-failure-derive")
+ (version "0.1.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "failure_derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1936adqqk080439kx2bjf1bds7h89sg6wcif4jw0syndcv3s6kda"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1)
+ ("rust-synstructure" ,rust-synstructure-0.12))
+ #:cargo-development-inputs
+ (("rust-failure" ,rust-failure-0.1))))
+ (home-page "https://rust-lang-nursery.github.io/failure/")
+ (synopsis "Derives for the failure crate")
+ (description "Derives for the failure crate.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-fake-simd-0.1
(package
(name "rust-fake-simd")
@@ -27690,31 +27715,6 @@ (define-public rust-fallible-collections-0.4
(arguments
`(#:cargo-inputs (("rust-hashbrown" ,rust-hashbrown-0.13))))))
-(define-public rust-failure-derive-0.1
- (package
- (name "rust-failure-derive")
- (version "0.1.8")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "failure_derive" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1936adqqk080439kx2bjf1bds7h89sg6wcif4jw0syndcv3s6kda"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-1)
- ("rust-synstructure" ,rust-synstructure-0.12))
- #:cargo-development-inputs
- (("rust-failure" ,rust-failure-0.1))))
- (home-page "https://rust-lang-nursery.github.io/failure/")
- (synopsis "Derives for the failure crate")
- (description "Derives for the failure crate.")
- (license (list license:asl2.0 license:expat))))
-
(define-public rust-fallible-iterator-0.3
(package
(name "rust-fallible-iterator")
--
2.45.2
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.