me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-shlex-0.1)[properties]: Remove field.
master
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
1 changed files with 0 additions and 1 deletions

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