guix-commits
[Top][All Lists]
Advanced

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

07/22: gnu: rust-typeable-0.1: Don't hide package.


From: guix-commits
Subject: 07/22: gnu: rust-typeable-0.1: Don't hide package.
Date: Tue, 18 Feb 2020 04:28:17 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4479f8270b31eb54b90873deb59929202060bc2f
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 18 10:41:03 2020 +0200

    gnu: rust-typeable-0.1: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-typeable-0.1)[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 1013489..3a455f3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14566,7 +14566,6 @@ serializing Rust structures.")
     (home-page "https://github.com/reem/rust-typeable";)
     (synopsis "Exposes Typeable, for getting TypeIds at runtime")
     (description "Exposes Typeable, for getting TypeIds at runtime.")
-    (properties '((hidden? . #t)))
     (license license:expat)))
 
 (define-public rust-typed-arena-1.4



reply via email to

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