mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove rust-exitfailure-0.5.
* gnu/packages/crates-io.scm (rust-exitfailure-0.5): Delete variable. Change-Id: I20567fa58a28d3ee6c961ba81c6dac36b3212bd1
This commit is contained in:
parent
61faf47124
commit
75ac00bd9b
1 changed files with 0 additions and 29 deletions
|
@ -25353,35 +25353,6 @@ (define-public rust-exitcode-1
|
||||||
by @file{sysexits.h}.")
|
by @file{sysexits.h}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-exitfailure-0.5
|
|
||||||
(package
|
|
||||||
(name "rust-exitfailure")
|
|
||||||
(version "0.5.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "exitfailure" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0585wix3b3pjjj90fkqj9x4ar46d24x82k8rdin3czzk5a1vvx9g"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-failure" ,rust-failure-0.1))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-assert-cmd" ,rust-assert-cmd-0.9)
|
|
||||||
("rust-predicates" ,rust-predicates-0.9))
|
|
||||||
;; Tests fail with "No such file or directory".
|
|
||||||
#:tests? #f))
|
|
||||||
(home-page "https://github.com/tismith/exitfailure")
|
|
||||||
(synopsis "Provide @code{newtype} wrappers for using @code{?} in @code{main}")
|
|
||||||
(description
|
|
||||||
"This package provides a basic @code{newtype} wrappers to help with using
|
|
||||||
@code{?} in @code{main}.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-expat-sys-2
|
(define-public rust-expat-sys-2
|
||||||
(package
|
(package
|
||||||
(name "rust-expat-sys")
|
(name "rust-expat-sys")
|
||||||
|
|
Loading…
Reference in a new issue