GNU bug report logs -
#75987
[PATCH rust-team 0/5] Fix cargo-inputs labels.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 1 Feb 2025 09:11:01 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 #29 received at 75987 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-rand-core-0.3)[cargo-inputs]: Fix
labels.
Change-Id: I50877d153d55ce27566c2bfc1b126077140c8477
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 150bf331278..b66599410dd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61145,7 +61145,7 @@ (define-public rust-rand-core-0.3
;; This version is a 0.3 API wrapper around the 0.4 version.
(arguments
`(#:skip-build? #t
- #:cargo-inputs (("rand-core" ,rust-rand-core-0.4))))))
+ #:cargo-inputs (("rust-rand-core" ,rust-rand-core-0.4))))))
(define-public rust-rand-core-0.2
(package
--
2.47.1
This bug report was last modified 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.