Archived
1
0
Fork 0

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:
Efraim Flashner 2020-01-14 12:25:32 +02:00
parent 587540f7fd
commit 9df8b4633f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))