diff options
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))))))) |
