summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2021-02-15 06:54:18 +0100
committerDaniël de Kok <me@danieldk.eu>2021-02-15 12:17:18 +0100
commit9757c7101a0527c001fa9e9832764d5dc106ff25 (patch)
tree84e0fae7e564134fe879e732b0444f03adcc3ddf /doc/languages-frameworks
parent056f697397f0971aac7f3e022f9b90dc80d194e9 (diff)
downloadnixpkgs-9757c7101a0527c001fa9e9832764d5dc106ff25.tar
nixpkgs-9757c7101a0527c001fa9e9832764d5dc106ff25.tar.gz
nixpkgs-9757c7101a0527c001fa9e9832764d5dc106ff25.tar.bz2
nixpkgs-9757c7101a0527c001fa9e9832764d5dc106ff25.tar.lz
nixpkgs-9757c7101a0527c001fa9e9832764d5dc106ff25.tar.xz
nixpkgs-9757c7101a0527c001fa9e9832764d5dc106ff25.tar.zst
nixpkgs-9757c7101a0527c001fa9e9832764d5dc106ff25.zip
buildRustPackage: factor out install phase to cargoInstallHook
Diffstat (limited to 'doc/languages-frameworks')
-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 c53818f8157..8451c126410 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -293,6 +293,8 @@ attributes can also be used:
   variable `buildAndTestSubdir` can be used to build a crate in a
   Cargo workspace. Additional maturin flags can be passed through
   `maturinBuildFlags`.
+* `cargoInstallHook`: install binaries and static/shared libraries
+  that were built using `cargoBuildHook`.
 
 ### Examples