guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 05/05: gnu: rust-permutohedron-0.2: Don't hide package.
Date: Tue, 21 Jan 2020 10:38:57 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit af996d9086d875d0f06acbecf5176ffb94f8e015
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 21 17:28:18 2020 +0200

    gnu: rust-permutohedron-0.2: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-permutohedron-0.2)[arguments]: Skip
    build.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0be0136..57319c7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7571,13 +7571,13 @@ the @code{take_while} predicate returned false after 
dropping the @code{by_ref}.
          (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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]