mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: Add rust-addr2line@0.22.0.
* gnu/packages/crates-io.scm (rust-addr2line-0.22): New variable. Change-Id: I8609590ed4e43aa65b084b65247b8cf394290797
This commit is contained in:
parent
0f6b8d6874
commit
77e60cd06d
1 changed files with 26 additions and 0 deletions
|
@ -618,6 +618,32 @@ syntax (e.g. EasyList, EasyPrivacy) filter parsing and matching.")
|
|||
Rust, using gimli.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-addr2line-0.22
|
||||
(package
|
||||
(inherit rust-addr2line-0.24)
|
||||
(name "rust-addr2line")
|
||||
(version "0.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "addr2line" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0y66f1sa27i9kvmlh76ynk60rxfrmkba9ja8x527h32wdb206ibf"))))
|
||||
(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.4)
|
||||
("rust-fallible-iterator" ,rust-fallible-iterator-0.3)
|
||||
("rust-gimli" ,rust-gimli-0.29)
|
||||
("rust-memmap2" ,rust-memmap2-0.9)
|
||||
("rust-object" ,rust-object-0.35)
|
||||
("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))))))
|
||||
|
||||
(define-public rust-adler-1
|
||||
(package
|
||||
(name "rust-adler")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue