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:
Efraim Flashner 2023-10-24 10:41:30 +03:00
parent 8a047ca66c
commit 5f6e55fe80
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))