Skip to content

Commit

Permalink
Update doc/languages-frameworks/rust.section.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 4, 2024
1 parent 73b2384 commit 8759a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/rust.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ Some packages may use custom scripts for building/installing, e.g. with a `Makef
In these cases, it's recommended to override the `buildPhase`/`installPhase`/`checkPhase`.
Otherwise, some steps may fail because of the modified directory structure of `target/`.

If you want to run targets from a `Makefile`, instead of overriding the phases,
If you want to run hooks from other build systems, instead of overriding the phases,
you can set `dontCargoBuild`/`dontCargoInstall`/`dontCargoCheck` to `true` to
use the [default phases from `stdenv`](#sec-stdenv-phases), which execute make
targets and can be controlled by various variables in the derivation.
Expand Down

0 comments on commit 8759a96

Please sign in to comment.