me
/
guix
Archived
1
0
Fork 0

gnu: rust-cbindgen: Remove extra input.

* gnu/packages/rust-apps.scm (rust-cbindgen)[arguments]: Remove
rust-autogen-0.1 from cargo-development-inputs.
master
Efraim Flashner 2020-01-14 20:45:15 +02:00
parent 35c08c2b52
commit ef3827da67
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 3 deletions

View File

@ -86,9 +86,7 @@ gitignore rules.")
("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