mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-failure-derive-0.1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-failure-derive-0.1): Order. Change-Id: Ib41d46859fa9fea85c44405c892bc6b6486c864f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
07a86685da
commit
f6a46eaf17
1 changed files with 25 additions and 25 deletions
|
@ -27653,6 +27653,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")
|
||||
|
@ -27736,31 +27761,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")
|
||||
|
|
Loading…
Reference in a new issue