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 #14 received at 75987 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-rand-core-0.3)[arguments]: Build
without tests. Remove cargo-inputs labels.
Change-Id: I50877d153d55ce27566c2bfc1b126077140c8477
---
gnu/packages/crates-io.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4da960a1a13..3e205a4b6d3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61139,9 +61139,8 @@ (define-public rust-rand-core-0.3
(base32
"0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs"))))
;; 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))))))
+ (arguments (list #:tests? #f
+ #:cargo-inputs (list 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.