guix-commits
[Top][All Lists]
Advanced

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

13/21: gnu: rust-rustc-serialize-0.3: Don't hide package.


From: guix-commits
Subject: 13/21: gnu: rust-rustc-serialize-0.3: Don't hide package.
Date: Wed, 15 Jan 2020 02:04:02 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4de42e8eaff4a1a2793ae697067190ddab6fddeb
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 14 21:10:34 2020 +0200

    gnu: rust-rustc-serialize-0.3: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-rustc-serialize-0.3)[arguments]: Skip
    build. Add rust-rand-0.3 to cargo-inputs.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 909941c..e3d0a74 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8350,6 +8350,10 @@ uses finite automata and guarantees linear time matching 
on all inputs.")
          (base32
           "1nkg3vasg7nk80ffkazizgiyv3hb1l9g3d8h17cajbkx538jiwfw"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-rand" ,rust-rand-0.3))))
     (home-page "https://github.com/rust-lang-deprecated/rustc-serialize";)
     (synopsis "Generic serialization/deserialization support")
     (description
@@ -8357,7 +8361,6 @@ uses finite automata and guarantees linear time matching 
on all inputs.")
 corresponding to the @code{derive(RustcEncodable, RustcDecodable)} mode in the
 compiler.  Also includes support for hex, base64, and json encoding and
 decoding.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 



reply via email to

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