guix-commits
[Top][All Lists]
Advanced

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

01/28: gnu: rust-adler32-1.0: Don't hide package.


From: guix-commits
Subject: 01/28: gnu: rust-adler32-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 bd97d1b0c06f57b26681a71d26ec6a0e5e5975b0
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 14 12:17:52 2020 +0200

    gnu: rust-adler32-1.0: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-adler32-1.0)[arguments]: Skip build.
    Add rust-rand-0.4 to cargo-development-inputs.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1fe21fc..b88dc20 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42,15 +42,18 @@
         (file-name
           (string-append name "-" version ".crate"))
         (sha256
-          (base32
-            "0p7fxlnks9l7p7rwfqi7aqgnk2bps5zc0rjiw00mdw19nnbjjlky"))))
+         (base32
+          "0p7fxlnks9l7p7rwfqi7aqgnk2bps5zc0rjiw00mdw19nnbjjlky"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-development-inputs
+       (("rust-rand" ,rust-rand-0.4))))
     (home-page "https://github.com/remram44/adler32-rs";)
     (synopsis "Implementation of the Adler32 rolling hash algorithm")
     (description
      "This library is an implementation of the Adler32 rolling hash algorithm 
in
 the Rust programming language.")
-    (properties '((hidden? . #t)))
     (license (list license:bsd-3
                    license:zlib))))
 



reply via email to

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