mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: Add rust-new-debug-unreachable-1.0.
* gnu/packages/crates-io.scm (rust-new-debug-unreachable-1.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b74dd0237c
commit
01c2b09136
1 changed files with 24 additions and 0 deletions
|
@ -5427,6 +5427,30 @@ (define-public rust-linked-hash-map-0.5
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-new-debug-unreachable-1.0
|
||||
(package
|
||||
(name "rust-new-debug-unreachable")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "new_debug_unreachable" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0c1br326qa0rrzxrn2rd5ah7xaprig2i9r4rwsx06vnvc1f003zl"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page
|
||||
"https://github.com/mbrubeck/rust-debug-unreachable")
|
||||
(synopsis
|
||||
"Panic in debug, @code{intrinsics::unreachable()} in release")
|
||||
(description
|
||||
"Panic in debug, @code{intrinsics::unreachable() }in
|
||||
release (fork of debug_unreachable)")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-nix-0.15
|
||||
(package
|
||||
(name "rust-nix")
|
||||
|
|
Loading…
Reference in a new issue