mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-bitflags-1: Update comments.
* gnu/packages/crates-io.scm (rust-bitflags-1)[arguments]: Update comment for skipping the tests. Change-Id: I52c0b4e77a2fc088ecf197eafe85295b2b2cb03f
This commit is contained in:
parent
8a047ca66c
commit
5f6e55fe80
1 changed files with 1 additions and 1 deletions
|
@ -8344,7 +8344,7 @@ (define-public rust-bitflags-1
|
|||
(sha256
|
||||
(base32 "12ki6w8gn1ldq7yz9y680llwk5gmrhrzszaa17g1sbrw2r2qvwxy"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests require rust-1.46 or newer.
|
||||
`(#:tests? #f ; could not find `Serialize` in `serde`
|
||||
#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))
|
||||
|
|
Loading…
Reference in a new issue