diff options
| author | Gábor Udvari <mail@gaborudvari.com> | 2026-06-01 21:12:37 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-06-03 08:00:41 +0300 |
| commit | 8dd788eedbe90c708c9acc9c858f562000dcc3e4 (patch) | |
| tree | af7d7c8a7716cf77198db897fd31a05f56a3e45a /doc | |
| parent | 2aa2bbc5fe4594daa3c782a4bfe258db77fdc01f (diff) | |
doc: cookbook: Add new prepare-rust-crates phase.
* doc/guix-cookbook.texi (Using Rust Libraries in Other Build Systems): Add
new prepare-rust-crates phase introduced in commit
3691bb640d33150d2ff3f8194e6f157325a8d5e4.
Change-Id: I98ca9757d32db73ce94048a0c9f08ce2288bffb0
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix-cookbook.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index d1d12f66d2a..1970eb7dbb2 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi | |||
| @@ -1998,7 +1998,8 @@ set @code{#:cargo-target} for @code{cargo-build-system}'s build phases. | |||
| 1998 | ;; For cross-compilation. | 1998 | ;; For cross-compilation. |
| 1999 | #:cargo-target #$(cargo-triplet) | 1999 | #:cargo-target #$(cargo-triplet) |
| 2000 | args)) | 2000 | args)) |
| 2001 | '(unpack-rust-crates | 2001 | '(prepare-rust-crates |
| 2002 | unpack-rust-crates | ||
| 2002 | configure | 2003 | configure |
| 2003 | check-for-pregenerated-files | 2004 | check-for-pregenerated-files |
| 2004 | patch-cargo-checksums))))))) | 2005 | patch-cargo-checksums))))))) |
