guix-commits
[Top][All Lists]
Advanced

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

05/28: gnu: rust-autocfg-0.1: Don't hide package.


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

efraim pushed a commit to branch master
in repository guix.

commit 9df8b4633f3e264ad151aaadc141e23773ca4bdb
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 14 12:25:32 2020 +0200

    gnu: rust-autocfg-0.1: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-autocfg-0.1)[arguments]: Skip build.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 750b72a..b78f08b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -347,13 +347,13 @@ ArrayVec and ArrayString.")
          (base32
           "1chwgimpx5z7xbag7krr9d8asxfqbh683qhgl9kn3hxk2l0djj8x"))))
     (build-system cargo-build-system)
+    (arguments '(#:skip-build? #t))
     (home-page "https://github.com/cuviper/autocfg";)
     (synopsis "Automatic cfg for Rust compiler features")
     (description "Rust library for build scripts to automatically configure
 code based on compiler support.  Code snippets are dynamically tested to see
 if the @code{rustc} will accept them, rather than hard-coding specific version
 support.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 



reply via email to

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