gnu: rust-cbindgen: Remove extra input.
* gnu/packages/rust-apps.scm (rust-cbindgen)[arguments]: Remove rust-autogen-0.1 from cargo-development-inputs.master
parent
35c08c2b52
commit
ef3827da67
|
@ -86,9 +86,7 @@ gitignore rules.")
|
||||||
("serde-json" ,rust-serde-json-1.0)
|
("serde-json" ,rust-serde-json-1.0)
|
||||||
("syn" ,rust-syn-1.0)
|
("syn" ,rust-syn-1.0)
|
||||||
("tempfile" ,rust-tempfile-3.0)
|
("tempfile" ,rust-tempfile-3.0)
|
||||||
("toml" ,rust-toml-0.5))
|
("toml" ,rust-toml-0.5))))
|
||||||
#:cargo-development-inputs
|
|
||||||
(("autocfg" ,rust-autocfg-0.1))))
|
|
||||||
(home-page "https://github.com/eqrion/cbindgen/")
|
(home-page "https://github.com/eqrion/cbindgen/")
|
||||||
(synopsis "Tool for generating C bindings to Rust code")
|
(synopsis "Tool for generating C bindings to Rust code")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue