guix-commits
[Top][All Lists]
Advanced

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

03/22: gnu: rust-cmake-0.1: Don't hide package.


From: guix-commits
Subject: 03/22: gnu: rust-cmake-0.1: Don't hide package.
Date: Thu, 16 Jan 2020 12:38:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a9b5fe4d86d8ab1c1086e9949b42ccd23fc63afc
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Jan 16 17:11:26 2020 +0200

    gnu: rust-cmake-0.1: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-cmake-0.1)[arguments]: Skip build.
    Add rust-cc-1.0 to cargo-inputs.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fcdc104..a53b801 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1397,13 +1397,15 @@ pitfalls in Rust.")
          (base32
           "0qkwibkvx5xjazvv9v8gvdlpky2jhjxvcz014nrixgzqfyv2byw1"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-cc" ,rust-cc-1.0))))
     (home-page "https://github.com/alexcrichton/cmake-rs";)
     (synopsis "Rust build dependency for running cmake")
     (description
      "This package provides a build dependency for running @code{cmake} to 
build
 a native library.  The CMake executable is assumed to be @code{cmake} unless 
the
 CMAKE environmental variable is set.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 



reply via email to

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