gnu: Add rust-gimli-0.26.
* gnu/packages/crates-io.scm (rust-gimli-0.26): New variable.
This commit is contained in:
parent
810291e479
commit
a9dcb2ead7
1 changed files with 35 additions and 0 deletions
|
@ -25083,6 +25083,41 @@ (define-public rust-gif-0.11
|
|||
(description "This crate provides a GIF de- and encoder.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gimli-0.26
|
||||
(package
|
||||
(name "rust-gimli")
|
||||
(version "0.26.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gimli" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pafbk64rznibgnvfidhm1pqxd14a5s9m50yvsgnbv38b8n0w0r2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
|
||||
("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-0.5)
|
||||
("rust-crossbeam" ,rust-crossbeam-0.8)
|
||||
("rust-getopts" ,rust-getopts-0.2)
|
||||
("rust-memmap2" ,rust-memmap2-0.5)
|
||||
("rust-object" ,rust-object-0.29)
|
||||
("rust-test-assembler" ,rust-test-assembler-0.1)
|
||||
("rust-typed-arena" ,rust-typed-arena-2))))
|
||||
(home-page "https://github.com/gimli-rs/gimli")
|
||||
(synopsis "Library for reading and writing the DWARF debugging format")
|
||||
(description
|
||||
"This package provides a library for reading and writing the DWARF
|
||||
debugging format.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-gimli-0.23
|
||||
(package
|
||||
(name "rust-gimli")
|
||||
|
|
Loading…
Reference in a new issue