gnu: Remove rust-battery-0.7.
* gnu/packages/crates-io.scm (rust-battery-0.7): Delete variable.
This commit is contained in:
parent
eac0f4dbfa
commit
e6cb293798
1 changed files with 0 additions and 36 deletions
|
@ -6143,42 +6143,6 @@ highlighting for a large number of languages, git integration, and automatic
|
||||||
paging.")
|
paging.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-battery-0.7
|
|
||||||
(package
|
|
||||||
(name "rust-battery")
|
|
||||||
(version "0.7.8")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "battery" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1r1641dyks76p39i1iihswhc6iz5z51pihmpxniy1h1pi4k29dml"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f ;; Tests fail with "No such file or directory".
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
|
||||||
("rust-core-foundation"
|
|
||||||
,rust-core-foundation-0.7)
|
|
||||||
("rust-lazycell" ,rust-lazycell-1)
|
|
||||||
("rust-libc" ,rust-libc-0.2)
|
|
||||||
("rust-mach" ,rust-mach-0.3)
|
|
||||||
("rust-nix" ,rust-nix-0.19)
|
|
||||||
("rust-num-traits" ,rust-num-traits-0.2)
|
|
||||||
("rust-uom" ,rust-uom-0.30)
|
|
||||||
("rust-winapi" ,rust-winapi-0.3))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-approx" ,rust-approx-0.3)
|
|
||||||
("rust-tempfile" ,rust-tempfile-3))))
|
|
||||||
(home-page "https://github.com/svartalf/rust-battery")
|
|
||||||
(synopsis "Information about the notebook batteries")
|
|
||||||
(description
|
|
||||||
"@code{battery} provides a unified API to a notebook batteries state.")
|
|
||||||
;; Dual licensed, either license applies.
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-beef-0.5
|
(define-public rust-beef-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-beef")
|
(name "rust-beef")
|
||||||
|
|
Reference in a new issue