gnu: rust-flatbuffers-2: Don't skip the build.

* gnu/packages/crates-io.scm (rust-flatbuffers-2)[arguments]: Don't skip
the build.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I9fee7d65f990bba01743cce8724bd1f44a87b878
This commit is contained in:
Troy Figiel 2024-01-26 20:54:25 +01:00 committed by Efraim Flashner
parent e2c35c5455
commit 933c849609
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -22865,8 +22865,7 @@ test multiple times.")
(sha256
(base32 "1xp5ppif0hvgh9kfvy1199gdmjc3dw1517022l1x3ynpphw5fk7g"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1)
("rust-smallvec" ,rust-smallvec-1)
("rust-thiserror" ,rust-thiserror-1))))))