guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: rust-termios-0.3: Don't hide package.


From: guix-commits
Subject: 14/22: gnu: rust-termios-0.3: Don't hide package.
Date: Tue, 18 Feb 2020 04:28:20 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 71e932df859fac23492c2bd671a4ddb39a972aa7
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 18 10:58:20 2020 +0200

    gnu: rust-termios-0.3: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-termios-0.3)[arguments]: Add
    rust-libc-0.2 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 42f0f6e..ac62d42 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13554,6 +13554,9 @@ writing colored text to a terminal.")
          (base32
           "09any1p4jp4bphvb5ikagnvwjc3xn2djchy96nkpa782xb2j1dkj"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-libc" ,rust-libc-0.2))))
     (home-page  "https://github.com/dcuddeback/termios-rs";)
     (synopsis "Safe bindings for the termios library")
     (description
@@ -13561,7 +13564,6 @@ writing colored text to a terminal.")
 to the terminal I/O interface implemented by Unix operating systems.  The safe
 bindings are a small wrapper around the raw C functions, which converts integer
 return values to @code{std::io::Result} to indicate success or failure.")
-    (properties '((hidden? . #t)))
     (license license:expat)))
 
 (define-public rust-test-assembler-0.1



reply via email to

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