diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-02-11 17:59:36 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-11 20:23:17 +0200 |
commit | 675f65ee7b5e879a7881431c95e53e65c3e52bbe (patch) | |
tree | 3e6abd13bb7b2c1ce9fb269c8bdc004458f40113 /gnu | |
parent | a3b61d2192a2a0bb486ba984dc6aae0e521872b7 (diff) | |
download | patches-675f65ee7b5e879a7881431c95e53e65c3e52bbe.tar patches-675f65ee7b5e879a7881431c95e53e65c3e52bbe.tar.gz |
gnu: rust-shlex-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-shlex-0.1)[properties]: Remove field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 28048d7d04..bea1eb477c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -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)))) |