mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-cbindgen: Remove extra input.
* gnu/packages/rust-apps.scm (rust-cbindgen)[arguments]: Remove rust-autogen-0.1 from cargo-development-inputs.
This commit is contained in:
parent
35c08c2b52
commit
ef3827da67
1 changed files with 1 additions and 3 deletions
|
@ -86,9 +86,7 @@ (define-public rust-cbindgen
|
|||
("serde-json" ,rust-serde-json-1.0)
|
||||
("syn" ,rust-syn-1.0)
|
||||
("tempfile" ,rust-tempfile-3.0)
|
||||
("toml" ,rust-toml-0.5))
|
||||
#:cargo-development-inputs
|
||||
(("autocfg" ,rust-autocfg-0.1))))
|
||||
("toml" ,rust-toml-0.5))))
|
||||
(home-page "https://github.com/eqrion/cbindgen/")
|
||||
(synopsis "Tool for generating C bindings to Rust code")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue