3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-bitflags-1: Don't hide package.

* gnu/packages/crates-io.scm (rust-bitflags-1)[arguments]: Skip build.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-14 12:38:31 +02:00
parent 59114ae759
commit e04e2bcd03
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -667,11 +667,11 @@ libraries.")
(base32
"1zc1qb1hwsnl2d8rhzicsv9kqd5b2hwbrscrcfw5as4sfr35659x"))))
(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
behave like a set of bitflags.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))