gnu: Remove rust-addr2line-0.14.
* gnu/packages/crates-io.scm (rust-addr2line-0.14): Delete variable.
This commit is contained in:
parent
f5b64ad721
commit
b928695fa4
1 changed files with 0 additions and 31 deletions
|
@ -1691,37 +1691,6 @@ syntax (e.g. EasyList, EasyPrivacy) filter parsing and matching.")
|
||||||
Rust, using gimli.")
|
Rust, using gimli.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-addr2line-0.14
|
|
||||||
(package
|
|
||||||
(name "rust-addr2line")
|
|
||||||
(version "0.14.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "addr2line" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1xs5bsi40zpyxbbylyaysya5h36ykcbg91i82415sxw5wk7q4px5"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
|
||||||
("rust-cpp-demangle" ,rust-cpp-demangle-0.3)
|
|
||||||
("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
|
|
||||||
("rust-gimli" ,rust-gimli-0.23)
|
|
||||||
("rust-object" ,rust-object-0.22)
|
|
||||||
("rust-rustc-demangle" ,rust-rustc-demangle-0.1)
|
|
||||||
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
|
|
||||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
|
||||||
("rust-smallvec" ,rust-smallvec-1))))
|
|
||||||
(home-page "https://github.com/gimli-rs/addr2line")
|
|
||||||
(synopsis "Symbolication library written in Rust, using gimli")
|
|
||||||
(description
|
|
||||||
"This package provides a cross-platform symbolication library written in
|
|
||||||
Rust, using gimli.")
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-addr-0.14
|
(define-public rust-addr-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-addr")
|
(name "rust-addr")
|
||||||
|
|
Reference in a new issue