gnu: Remove rust-bat-0.17.
* gnu/packages/crates-io.scm (rust-bat-0.17): Remove variable.
This commit is contained in:
parent
29ef6d0154
commit
87f6491e67
1 changed files with 0 additions and 45 deletions
|
@ -19632,51 +19632,6 @@ used by @command{cargo} and @command{rustup}, as well as functions to find the
|
||||||
correct value of @samp{CARGO_HOME} and @samp{RUSTUP_HOME}.")
|
correct value of @samp{CARGO_HOME} and @samp{RUSTUP_HOME}.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-bat-0.17
|
|
||||||
(package
|
|
||||||
(name "rust-bat")
|
|
||||||
(version "0.17.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "bat" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1ia12774prjnm3msiaja6qdpxkpyknxswqpgkmwzj0wn9nhkc7nz"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-ansi-colours" ,rust-ansi-colours-1)
|
|
||||||
("rust-ansi-term" ,rust-ansi-term-0.12)
|
|
||||||
("rust-atty" ,rust-atty-0.2)
|
|
||||||
("rust-clap" ,rust-clap-2)
|
|
||||||
("rust-clap" ,rust-clap-2)
|
|
||||||
("rust-console" ,rust-console-0.13)
|
|
||||||
("rust-content-inspector" ,rust-content-inspector-0.2)
|
|
||||||
("rust-dirs" ,rust-dirs-3)
|
|
||||||
("rust-encoding" ,rust-encoding-0.2)
|
|
||||||
("rust-error-chain" ,rust-error-chain-0.12)
|
|
||||||
("rust-git2" ,rust-git2-0.13)
|
|
||||||
("rust-globset" ,rust-globset-0.4)
|
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
|
||||||
("rust-path-abs" ,rust-path-abs-0.5)
|
|
||||||
("rust-semver" ,rust-semver-0.11)
|
|
||||||
("rust-serde" ,rust-serde-1)
|
|
||||||
("rust-serde-yaml" ,rust-serde-yaml-0.8)
|
|
||||||
("rust-shell-words" ,rust-shell-words-1)
|
|
||||||
("rust-syntect" ,rust-syntect-4)
|
|
||||||
("rust-unicode-width" ,rust-unicode-width-0.1)
|
|
||||||
("rust-wild" ,rust-wild-2))))
|
|
||||||
(home-page "https://github.com/sharkdp/bat")
|
|
||||||
(synopsis "@command{cat} clone with syntax highlighting and git integration")
|
|
||||||
(description
|
|
||||||
"@command{bat} is a drop-in @command{cat} replacement featuring syntax
|
|
||||||
highlighting for a large number of languages, git integration, and automatic
|
|
||||||
paging.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-hamcrest2-0.3
|
(define-public rust-hamcrest2-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-hamcrest2")
|
(name "rust-hamcrest2")
|
||||||
|
|
Reference in a new issue