mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add rust-target-triple-0.1.
* gnu/packages/crates-io.scm (rust-target-triple-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: Id28ece1c67f9ab7fbfad98b90941a1049373c8d8
This commit is contained in:
parent
a437680223
commit
d9ffc0c09d
1 changed files with 18 additions and 0 deletions
|
@ -82444,6 +82444,24 @@ (define-public rust-target-lexicon-0.11
|
|||
(base32 "15gax4765vm2inh45m7cvaf4mgd2mb2mn0i87np0i1d95qhla822"))))
|
||||
(arguments '())))
|
||||
|
||||
(define-public rust-target-triple-0.1
|
||||
(package
|
||||
(name "rust-target-triple")
|
||||
(version "0.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "target-triple" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0y1hq4v4k1706rr3rdmw92as4kchchdxj7qkr2plb025vc6db922"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/dtolnay/target-triple")
|
||||
(synopsis "TARGET and HOST triples")
|
||||
(description "Access the $TARGET and $HOST rustc target triples that Cargo
|
||||
supplies to build scripts.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-tectonic-bridge-core-0.4
|
||||
(package
|
||||
(name "rust-tectonic-bridge-core")
|
||||
|
|
Loading…
Reference in a new issue