mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: rust-gimli-0.23: Inherit from rust-gimli-0.26.
* gnu/packages/crates-io.scm (rust-gimli-0.23)[inherit]: New field. [build-system, home-page, synopsis, description, license]: Inherit.
This commit is contained in:
parent
a9dcb2ead7
commit
a60229fa0f
1 changed files with 2 additions and 8 deletions
|
@ -25120,6 +25120,7 @@ (define-public rust-gimli-0.26
|
||||||
|
|
||||||
(define-public rust-gimli-0.23
|
(define-public rust-gimli-0.23
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gimli-0.26)
|
||||||
(name "rust-gimli")
|
(name "rust-gimli")
|
||||||
(version "0.23.0")
|
(version "0.23.0")
|
||||||
(source
|
(source
|
||||||
|
@ -25129,7 +25130,6 @@ (define-public rust-gimli-0.23
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1km657nwcrb0pnv7v0ldhgl9y8s889y2j9jckmws8k2i8bhkyl7n"))))
|
(base32 "1km657nwcrb0pnv7v0ldhgl9y8s889y2j9jckmws8k2i8bhkyl7n"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
|
@ -25138,13 +25138,7 @@ (define-public rust-gimli-0.23
|
||||||
("rust-indexmap" ,rust-indexmap-1)
|
("rust-indexmap" ,rust-indexmap-1)
|
||||||
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
|
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
|
||||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||||
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))
|
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))))
|
||||||
(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.20
|
(define-public rust-gimli-0.20
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue