mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-guess-host-triple-0.1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-guess-host-triple-0.1): Order. Change-Id: Iaced5af3d496f57d6e0cdb60c61aff762d413250 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
3c8d8cdb68
commit
aef124b067
1 changed files with 27 additions and 27 deletions
|
@ -33489,6 +33489,33 @@ (define-public rust-groupable-0.2
|
|||
"This package aggregates groups of values from key-value iterators.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-guess-host-triple-0.1
|
||||
(package
|
||||
(name "rust-guess-host-triple")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "guess_host_triple" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "062fs1jkg157240cdn6dw11zm1c02llm9kp95knq6b4s6iijgmjx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-errno" ,rust-errno-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-winapi" ,rust-winapi-0.3))
|
||||
#:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.5)
|
||||
("rust-version-sync" ,rust-version-sync-0.9))))
|
||||
(home-page "https://gitlab.com/Screwtapello/guess_host_triple/")
|
||||
(synopsis
|
||||
"Guess which Rust-supported platform is running the current code")
|
||||
(description
|
||||
"This package provides Guess which Rust-supported platform is running the
|
||||
current code.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gumdrop-0.8
|
||||
(package
|
||||
(name "rust-gumdrop")
|
||||
|
@ -33534,33 +33561,6 @@ (define-public rust-gumdrop-derive-0.8
|
|||
(description "This package provides custom derive support for gumdrop.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-guess-host-triple-0.1
|
||||
(package
|
||||
(name "rust-guess-host-triple")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "guess_host_triple" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "062fs1jkg157240cdn6dw11zm1c02llm9kp95knq6b4s6iijgmjx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-errno" ,rust-errno-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-winapi" ,rust-winapi-0.3))
|
||||
#:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.5)
|
||||
("rust-version-sync" ,rust-version-sync-0.9))))
|
||||
(home-page "https://gitlab.com/Screwtapello/guess_host_triple/")
|
||||
(synopsis
|
||||
"Guess which Rust-supported platform is running the current code")
|
||||
(description
|
||||
"This package provides Guess which Rust-supported platform is running the
|
||||
current code.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gzip-header-1
|
||||
(package
|
||||
(name "rust-gzip-header")
|
||||
|
|
Loading…
Reference in a new issue