mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
2e1100f377
commit
af996d9086
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue