gnu: rust-bitflags-1: Don't skip build.

* gnu/packages/crates-io.scm (rust-bitflags-1)[arguments]: Don't skip
build.
(rust-bitflags-0.8, rust-bitflags-0.7)[arguments]: Same.
This commit is contained in:
Efraim Flashner 2020-03-01 10:40:05 +02:00
parent c9f32328d4
commit 1d9b4664e3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1063,7 +1063,6 @@ (define-public rust-bitflags-1
(base32
"14qnd5nq8p2almk79m4m8ydqhd413yaxsyjp5xd19g3mikzf47fg"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/bitflags/bitflags")
(synopsis "Macro to generate structures which behave like bitflags")
(description "This package provides a macro to generate structures which