diff --git a/skylark/packages.scm b/skylark/packages.scm index c3a8202..2a3e302 100644 --- a/skylark/packages.scm +++ b/skylark/packages.scm @@ -285,46 +285,6 @@ pdcurses-sys respectively).") ease-of-use.") (license license:expat))) -(define-public rust-cursive-0.17 - (package - (name "rust-cursive") - (version "0.17.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "cursive" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "0xg74pqby74c9h9956iiq0pxr8s4wi0bcyjlww2w1xj2acj6slya")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-inputs (("rust-ahash" ,rust-ahash-0.7) - ("rust-bear-lib-terminal" ,rust-bear-lib-terminal-2) - ("rust-cfg-if" ,rust-cfg-if-1) - ("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5) - ("rust-crossterm" ,rust-crossterm-0.22) - ("rust-cursive-core" ,rust-cursive-core-0.3) - ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-libc" ,rust-libc-0.2) - ("rust-log" ,rust-log-0.4) - ("rust-maplit" ,rust-maplit-1) - ("rust-ncurses" ,rust-ncurses-5.101) - ("rust-pancurses" ,rust-pancurses-0.17) - ("rust-signal-hook" ,rust-signal-hook-0.3) - ("rust-term-size" ,rust-term-size-0.3) - ("rust-termion" ,rust-termion-1) - ("rust-unicode-segmentation" ,rust-unicode-segmentation-1) - ("rust-unicode-width" ,rust-unicode-width-0.1)) - #:cargo-development-inputs (("rust-atty" ,rust-atty-0.2) - ("rust-pretty-bytes" ,rust-pretty-bytes-0.2) - ("rust-rand" ,rust-rand-0.8)))) - (home-page "https://github.com/gyscos/cursive") - (synopsis "A TUI (Text User Interface) library focused on ease-of-use.") - (description - "This package provides a TUI (Text User Interface) library focused on -ease-of-use.") - (license license:expat))) - (define-public rust-cursive-0.20 (package (name "rust-cursive")