guix-commits
[Top][All Lists]
Advanced

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

29/32: gnu: rust-version-check-0.9: Don't hide package.


From: guix-commits
Subject: 29/32: gnu: rust-version-check-0.9: Don't hide package.
Date: Mon, 17 Feb 2020 16:08:52 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 12a56e93a847188a1baf99480be58e58c8afb71b
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Feb 17 23:00:17 2020 +0200

    gnu: rust-version-check-0.9: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-version-check-0.9)[properties]:
    Remove field.
---
 gnu/packages/crates-io.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5833c3d..21f81b8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15244,7 +15244,6 @@ version requirements.  The version is queried by 
calling the Rust compiler with
 @code{--version}.  The path to the compiler is determined first via the
 @code{RUSTC} environment variable.  If it is not set, then @code{rustc} is 
used.
 If that fails, no determination is made, and calls return None.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 
@@ -15260,8 +15259,7 @@ If that fails, no determination is made, and calls 
return None.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))
-    (properties '())))
+          "1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))))
 
 (define-public rust-version-sync-0.8
   (package



reply via email to

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