mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-bindgen-0.64: Add missing input.
* gnu/packages/crates-io.scm (rust-bindgen-0.64)[inputs]: Add clang.
This commit is contained in:
parent
5200763c8e
commit
57781caee3
1 changed files with 2 additions and 0 deletions
|
@ -6481,6 +6481,8 @@ (define-public rust-bindgen-0.64
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue