efraim pushed a commit to branch rust-team in repository guix. commit 9a19f579e020d603f9169d981d056871e38e6673 Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Tue Dec 31 20:58:03 2024 +0200
gnu: Remove rust-easycurses-0.12. * gnu/packages/crates-io.scm (rust-easycurses-0.12): Delete variable. Change-Id: Ibd34fc51110dc216ddfc82d31bb0b599e25b1f68 --- gnu/packages/crates-io.scm | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 074d3205f1..d07caa9350 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -22120,29 +22120,6 @@ waiting for them to complete. Threads are allowed to borrow local variables from the main thread.") (license (list license:asl2.0 license:expat)))) -(define-public rust-easycurses-0.12 - (package - (name "rust-easycurses") - (version "0.12.2") - (source - (origin - (method url-fetch) - (uri (crate-uri "easycurses" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "10cp60lrhn1k0vg97jgzqbk03x4hmhrgxbz9m3gcmzhzbpn88m2a")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-pancurses" ,rust-pancurses-0.16)))) - (home-page "https://github.com/Lokathor/easycurses-rs") - (synopsis "Work with @code{curses} easily") - (description - "This package provides a crate that makes working with @code{curses} -easy.") - (license (list license:unlicense license:zlib)))) - (define-public rust-ecb-0.1 (package (name "rust-ecb")