gnu: rust-autocfg-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-autocfg-0.1)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
587540f7fd
commit
9df8b4633f
1 changed files with 1 additions and 1 deletions
|
@ -347,13 +347,13 @@ ArrayVec and ArrayString.")
|
||||||
(base32
|
(base32
|
||||||
"1chwgimpx5z7xbag7krr9d8asxfqbh683qhgl9kn3hxk2l0djj8x"))))
|
"1chwgimpx5z7xbag7krr9d8asxfqbh683qhgl9kn3hxk2l0djj8x"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/cuviper/autocfg")
|
(home-page "https://github.com/cuviper/autocfg")
|
||||||
(synopsis "Automatic cfg for Rust compiler features")
|
(synopsis "Automatic cfg for Rust compiler features")
|
||||||
(description "Rust library for build scripts to automatically configure
|
(description "Rust library for build scripts to automatically configure
|
||||||
code based on compiler support. Code snippets are dynamically tested to see
|
code based on compiler support. Code snippets are dynamically tested to see
|
||||||
if the @code{rustc} will accept them, rather than hard-coding specific version
|
if the @code{rustc} will accept them, rather than hard-coding specific version
|
||||||
support.")
|
support.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in a new issue