summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-23 00:01:51 +0000
committerGitHub <noreply@github.com>2022-02-23 00:01:51 +0000
commit4175f9cdcb70523e388ca29e5908fd51d41eb52f (patch)
tree75089fc605b9cffe21b9f8dd6f918ae20b76d6da /doc
parentba2687fcfbbfa66af3fcad30a0eadbbf01b14586 (diff)
parent5a5b8a0f42ad33d8733a125f562ca7065fd60627 (diff)
downloadnixpkgs-4175f9cdcb70523e388ca29e5908fd51d41eb52f.tar
nixpkgs-4175f9cdcb70523e388ca29e5908fd51d41eb52f.tar.gz
nixpkgs-4175f9cdcb70523e388ca29e5908fd51d41eb52f.tar.bz2
nixpkgs-4175f9cdcb70523e388ca29e5908fd51d41eb52f.tar.lz
nixpkgs-4175f9cdcb70523e388ca29e5908fd51d41eb52f.tar.xz
nixpkgs-4175f9cdcb70523e388ca29e5908fd51d41eb52f.tar.zst
nixpkgs-4175f9cdcb70523e388ca29e5908fd51d41eb52f.zip
Merge master into staging-next
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 56faf636df1..e19783e29e6 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -464,6 +464,8 @@ you of the correct hash.
   be disabled by setting `dontUseCargoParallelTests`.
 * `cargoInstallHook`: install binaries and static/shared libraries
   that were built using `cargoBuildHook`.
+* `bindgenHook`: for crates which use `bindgen` as a build dependency, lets
+  `bindgen` find `libclang` and `libclang` find the libraries in `buildInputs`.
 
 ### Examples {#examples}