mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-condtype-1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-condtype-1): Order. Change-Id: I7cc937c3869179c99828c0a7662ba2baf5298ab1 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e8385e1157
commit
b910283ca6
1 changed files with 20 additions and 20 deletions
|
@ -15734,26 +15734,6 @@ (define-public rust-compound-duration-1
|
|||
minutes, seconds.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-condtype-1
|
||||
(package
|
||||
(name "rust-condtype")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "condtype" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1by78npyhkc30jccc7kirvwip1fj0jhi2bwfmcw44dqz81xa1w5s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/nvzqz/condtype")
|
||||
(synopsis "Choose types at compile-time via boolean constants")
|
||||
(description "Choose types at compile-time via boolean constants.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
;; This package requires features which are unavailable
|
||||
;; on the stable releases of Rust.
|
||||
(define-public rust-compiler-builtins-0.1
|
||||
|
@ -16257,6 +16237,26 @@ (define-public rust-concurrent-queue-1
|
|||
(("rust-easy-parallel" ,rust-easy-parallel-3)
|
||||
("rust-fastrand" ,rust-fastrand-1))))))
|
||||
|
||||
(define-public rust-condtype-1
|
||||
(package
|
||||
(name "rust-condtype")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "condtype" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1by78npyhkc30jccc7kirvwip1fj0jhi2bwfmcw44dqz81xa1w5s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/nvzqz/condtype")
|
||||
(synopsis "Choose types at compile-time via boolean constants")
|
||||
(description "Choose types at compile-time via boolean constants.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-config-0.13
|
||||
(package
|
||||
(name "rust-config")
|
||||
|
|
Loading…
Reference in a new issue