guix-commits
[Top][All Lists]
Advanced

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

27/32: gnu: rust-void-1.0: Don't hide package.


From: guix-commits
Subject: 27/32: gnu: rust-void-1.0: 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 1d6b9dc850d8f3f0040fe5a38bf028cf0715607a
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Feb 17 22:58:12 2020 +0200

    gnu: rust-void-1.0: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-void-1.0)[properties]: Remove field.
---
 gnu/packages/crates-io.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ef76994..8f6d096 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15312,7 +15312,6 @@ updated when the crate version changes.")
     (synopsis "Void type for use in statically impossible cases")
     (description
      "The uninhabited void type for use in statically impossible cases.")
-    (properties '((hidden? . #t)))
     (license license:expat)))
 
 (define-public rust-wait-timeout-0.2



reply via email to

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