gnu: rust-shlex-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-shlex-0.1)[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-11 17:59:36 +02:00
parent a3b61d2192
commit 675f65ee7b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11371,7 +11371,6 @@ proven statistical guarantees.")
(synopsis "Split a string into shell words, like Python's shlex")
(description "This crate provides a method to split a string into shell
words, like Python's shlex.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))