gnu: rust-rand-core-0.3: Remove cargo-inputs labels.

* gnu/packages/crates-io.scm (rust-rand-core-0.3)[arguments]: Build
without tests.  Remove cargo-inputs labels.

Change-Id: I50877d153d55ce27566c2bfc1b126077140c8477
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2025-02-01 10:11:32 +01:00 committed by Efraim Flashner
parent 7d52c46993
commit 122ed24f0a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -61919,9 +61919,8 @@ tools for implementation.")
(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