guix-commits
[Top][All Lists]
Advanced

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

20/193: gnu: Remove rust-getch-0.2.


From: guix-commits
Subject: 20/193: gnu: Remove rust-getch-0.2.
Date: Mon, 24 Oct 2022 03:51:26 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8f3982de440e39878cac057168e66c5e0860acde
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:31:35 2022 +0300

    gnu: Remove rust-getch-0.2.
    
    * gnu/packages/crates-io.scm (rust-getch-0.2): Delete variable.
---
 gnu/packages/crates-io.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4a4ddc8a7f..6f624bdeb2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25132,31 +25132,6 @@ Rust.")
 interfaces on the system.")
     (license (list license:expat license:bsd-3))))
 
-(define-public rust-getch-0.2
-  (package
-    (name "rust-getch")
-    (version "0.2.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "getch" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "00in8q95qi8a5q3zn2zcaqp5avj79f5myd2a4zfdy2m24ycvbc5v"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-libc" ,rust-libc-0.2)
-        ("rust-termios" ,rust-termios-0.2))))
-    (home-page "https://nest.pijul.com/pijul_org/getch";)
-    (synopsis "Portable implementation of getch")
-    (description
-     "This package provides a portable implementation of getch, using
-@code{_getch} on Windows, and @code{termios} on Unix.")
-    (license license:asl2.0)))
-
 (define-public rust-gethostname-0.2
   (package
     (name "rust-gethostname")



reply via email to

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