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:
parent
59114ae759
commit
e04e2bcd03
1 changed files with 1 additions and 1 deletions
|
@ -667,11 +667,11 @@ libraries.")
|
||||||
(base32
|
(base32
|
||||||
"1zc1qb1hwsnl2d8rhzicsv9kqd5b2hwbrscrcfw5as4sfr35659x"))))
|
"1zc1qb1hwsnl2d8rhzicsv9kqd5b2hwbrscrcfw5as4sfr35659x"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/bitflags/bitflags")
|
(home-page "https://github.com/bitflags/bitflags")
|
||||||
(synopsis "Macro to generate structures which behave like bitflags")
|
(synopsis "Macro to generate structures which behave like bitflags")
|
||||||
(description "This package provides a macro to generate structures which
|
(description "This package provides a macro to generate structures which
|
||||||
behave like a set of bitflags.")
|
behave like a set of bitflags.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in a new issue