gnu: Add rust-supports-hyperlinks-2.

* gnu/packages/crates-io.scm (rust-supports-hyperlinks-2): New variable.

Change-Id: I77c01f2ef3fc70a6c3a6d9ff584c7d66d5145ece
This commit is contained in:
Efraim Flashner 2024-01-03 10:19:33 +02:00
parent b8d43cc6ba
commit c92816c5d9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -70490,6 +70490,25 @@ values without proliferating generics.")
"Detects whether a terminal supports color, and gives details about that support.")
(license license:asl2.0)))
(define-public rust-supports-hyperlinks-2
(package
(name "rust-supports-hyperlinks")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "supports-hyperlinks" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0g93nh1db3f9lyd0ry35bqjrxkg6sbysn36x9hgd9m5h5rlk2hpq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-is-terminal" ,rust-is-terminal-0.4))))
(home-page "https://github.com/zkat/supports-hyperlinks")
(synopsis "Detects whether a terminal supports rendering hyperlinks")
(description "Detects whether a terminal supports rendering hyperlinks.")
(license license:asl2.0)))
(define-public rust-sval-2
(package
(name "rust-sval")