1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 05:00:29 +02:00

gnu: rust-plain-0.2: Don't hide package.

* gnu/packages/crates-io.scm (rust-plain-0.2)[properties]: Remove field.
This commit is contained in:
Efraim Flashner
2020-02-11 17:22:25 +02:00
parent e7db83efe9
commit c19e1b1fc8

View File

@@ -8685,7 +8685,6 @@ used in Cargo build scripts.")
(synopsis "Rust library that allows reinterpreting data safely")
(description "This package provides a small Rust library that allows users
to reinterpret data of certain types safely.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))