me
/
guix
Archived
1
0
Fork 0

gnu: rust-bindgen-0.64: Add missing input.

* gnu/packages/crates-io.scm (rust-bindgen-0.64)[inputs]: Add clang.
master
Efraim Flashner 2023-04-25 10:54:59 +03:00
parent 5200763c8e
commit 57781caee3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -6481,6 +6481,8 @@ that uses Serde for transforming structs into bytes and vice versa!")
("rust-shlex" ,rust-shlex-1)
("rust-syn" ,rust-syn-1)
("rust-which" ,rust-which-4))))
(inputs
(list clang))
(home-page "https://rust-lang.github.io/rust-bindgen/")
(synopsis "Generate Rust FFI bindings to C and C++ libraries")
(description "This package can be used to automatically generate Rust FFI