guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: rust-cc-1.0: Don't hide package.


From: guix-commits
Subject: 12/20: gnu: rust-cc-1.0: Don't hide package.
Date: Wed, 15 Jan 2020 03:21:13 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5d87eb8cf64c606fe7c6744f910645b9350307e4
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Jan 15 09:58:25 2020 +0200

    gnu: rust-cc-1.0: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-cc-1.0)[arguments]: Skip build. Add
    rust-rayon-1.1 to cargo-inputs. Add rust-tempdir-0.3 to
    cargo-development-inputs.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0746ae9..7b47c30 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1100,13 +1100,18 @@ used in argon2rs' bench suite.")
          (base32
           "1zxzd559dbbf1iwdzmkj7czapzccs17kqqmsj9ayijpdix5rrbld"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-rayon" ,rust-rayon-1.1))
+       #:cargo-development-inputs
+       (("rust-tempdir" ,rust-tempdir-0.3))))
     (home-page "https://github.com/alexcrichton/cc-rs";)
     (synopsis "Invoke the native C compiler")
     (description
      "This package provides a build-time dependency for Cargo build scripts to
 assist in invoking the native C compiler to compile native C code into a static
 archive to be linked into Rustcode.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 



reply via email to

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