GNU bug report logs -
#74551
[PATCH 00/49] Add starship shell utility
Previous Next
Reported by: Jordan Moore <lockbox <at> struct.foo>
Date: Tue, 26 Nov 2024 21:36: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 #314 received at 74551 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-target-triple-0.1): New variable
---
gnu/packages/crates-io.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 57ab3719b5..769505a87c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -81972,6 +81972,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")
--
2.47.0
This bug report was last modified 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.