diff options
| -rw-r--r-- | gnu/packages/gstreamer.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 90f4ab47c98..8f404705112 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm | |||
| @@ -1037,7 +1037,8 @@ par compared to the rest.") | |||
| 1037 | (apply (assoc-ref cargo:%standard-phases phase) | 1037 | (apply (assoc-ref cargo:%standard-phases phase) |
| 1038 | #:cargo-target #$(cargo-triplet) | 1038 | #:cargo-target #$(cargo-triplet) |
| 1039 | args)) | 1039 | args)) |
| 1040 | '(unpack-rust-crates | 1040 | '(prepare-rust-crates |
| 1041 | unpack-rust-crates | ||
| 1041 | configure | 1042 | configure |
| 1042 | check-for-pregenerated-files | 1043 | check-for-pregenerated-files |
| 1043 | patch-cargo-checksums)))) | 1044 | patch-cargo-checksums)))) |
