guix-commits
[Top][All Lists]
Advanced

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

03/28: gnu: rust-antidote-1.0: Don't hide package.


From: guix-commits
Subject: 03/28: gnu: rust-antidote-1.0: Don't hide package.
Date: Tue, 14 Jan 2020 09:33:14 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8822f7bcf8ddd19bfbd6eb26dba4335ee6b1ed5b
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 14 12:20:38 2020 +0200

    gnu: rust-antidote-1.0: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-antidote-1.0)[arguments]: Skip build.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c5d7b0e..88b39c5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -186,12 +186,12 @@ text or blue underlined text, on ANSI terminals.")
          (base32
           "19g2sw2qa2ibnh4x7j1snk46593jgx6y7rnvva496ynq61af5z9l"))))
     (build-system cargo-build-system)
+    (arguments '(#:skip-build? #t))
     (home-page "https://github.com/sfackler/rust-antidote";)
     (synopsis "Poison-free Mutex and RwLock types")
     (description
-    "These types expose identical APIs to the standard library @code{Mutex} and
+     "These types expose identical APIs to the standard library @code{Mutex} 
and
 @code{RwLock} except that they do not return @code{PoisonError}s.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 



reply via email to

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