mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
7d52c46993
commit
122ed24f0a
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue