mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: Remove rust-always-assert-0.1.
* gnu/packages/crates-io.scm (rust-always-assert-0.1): Delete variable. Change-Id: Ia9d8d94608544035ff78df208fb19bd766983567
This commit is contained in:
parent
d715677cec
commit
2c0995169b
1 changed files with 0 additions and 26 deletions
|
@ -1746,32 +1746,6 @@ (define-public rust-alto-3
|
||||||
"Rust bindings for OpenAL 1.1 and extensions (including EFX).")
|
"Rust bindings for OpenAL 1.1 and extensions (including EFX).")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-always-assert-0.1
|
|
||||||
(package
|
|
||||||
(name "rust-always-assert")
|
|
||||||
(version "0.1.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "always-assert" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"04ad9wbh70nii1ilcd1mxv85yqx18jf9vsmh3ddps886bmi8ixpv"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs (("rust-log" ,rust-log-0.4))))
|
|
||||||
(home-page
|
|
||||||
"https://github.com/matklad/always-assert")
|
|
||||||
(synopsis
|
|
||||||
"Recoverable assertions for long-running robust applications")
|
|
||||||
(description
|
|
||||||
"This package provides a recoverable assertions for long-running robust
|
|
||||||
applications.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-android-activity-0.5
|
(define-public rust-android-activity-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-android-activity")
|
(name "rust-android-activity")
|
||||||
|
|
Loading…
Reference in a new issue