gnu: Remove rust-termbox-sys-0.2.

* gnu/packages/crates-io.scm (rust-termbox-sys-0.2): Delete variable.

Change-Id: I50ffba204ecca4cc8a867a117d712c6e09b45b69
This commit is contained in:
Efraim Flashner 2024-12-31 20:59:42 +02:00
parent f490158407
commit 5ec670a838
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -78733,26 +78733,6 @@ (define-public rust-termbg-0.6
(description "This package provides terminal background color detection.")
(license (list license:expat license:asl2.0))))
(define-public rust-termbox-sys-0.2
(package
(name "rust-termbox-sys")
(version "0.2.12")
(source
(origin
(method url-fetch)
(uri (crate-uri "termbox-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0qbydvrck1vvzk48ck9vy70m58ksisl9dj24imjq04lp4kmh0l32"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/gchp/termbox-sys")
(synopsis "Low level bindings for the @code{termbox} library")
(description
"This package provides low level bindings for the @code{termbox}
library.")
(license license:expat)))
(define-public rust-termcolor-1
(package
(name "rust-termcolor")