mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cargo-show-asm: Remove #:cargo-inputs.
* gnu/packages/rust-apps.scm (cargo-show-asm)[arguments]: Remove #:cargo-inputs, #:cargo-development-inputs. [inputs]: Use ‘cargo-inputs’. * gnu/packages/rust-crates.scm (lookup-cargo-inputs)[cargo-show-asm]: New entry. Change-Id: I0a843d5847f64e5db70aa1bc1ff240f000278497
This commit is contained in:
parent
a6d736d141
commit
3bf7ebbf82
2 changed files with 97 additions and 17 deletions
|
@ -580,24 +580,9 @@ compiling Rust programs.")
|
|||
(base32 "01dg77r3jbbbvf5icl46l24vhw2x8q13nqw414aj77p95jk2gf2g"))))
|
||||
(build-system cargo-build-system)
|
||||
(inputs
|
||||
(list capstone))
|
||||
(cons capstone (cargo-inputs 'cargo-show-asm)))
|
||||
(arguments
|
||||
`(#:install-source? #f
|
||||
#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-ar" ,rust-ar-0.9)
|
||||
("rust-bpaf" ,rust-bpaf-0.9)
|
||||
("rust-capstone" ,rust-capstone-0.13)
|
||||
("rust-cargo-metadata" ,rust-cargo-metadata-0.19.2)
|
||||
("rust-line-span" ,rust-line-span-0.1)
|
||||
("rust-nom" ,rust-nom-7)
|
||||
("rust-object" ,rust-object-0.36)
|
||||
("rust-owo-colors" ,rust-owo-colors-4)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-rustc-demangle" ,rust-rustc-demangle-0.1)
|
||||
("rust-same-file" ,rust-same-file-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-supports-color" ,rust-supports-color-3))
|
||||
#:cargo-development-inputs (("rust-bpaf" ,rust-bpaf-0.9))))
|
||||
`(#:install-source? #f))
|
||||
(home-page "https://github.com/pacak/cargo-show-asm")
|
||||
(synopsis
|
||||
"cargo subcommand that displays the generated assembly of Rust source code.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue