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

* gnu/packages/crates-io.scm (rust-permutohedron-0.2)[arguments]: Skip
build.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-21 17:28:18 +02:00
parent 2e1100f377
commit af996d9086
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7571,13 +7571,13 @@ (define-public rust-permutohedron-0.2
(base32
"0b1pzh48j86v46wxngch6k1kx9cdw3jr3lwa86gd6jd4bmxzz1xn"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/bluss/permutohedron")
(synopsis "Generate permutations of sequences")
(description
"Generate permutations of sequences. Either lexicographical order
permutations, or a minimal swaps permutation sequence implemented using Heap's
algorithm.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))