diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-03-30 10:40:44 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-30 10:40:44 +0300 |
| commit | bbb223548c2cff4aa758ae4c0c0e712df4878ae1 (patch) | |
| tree | 2a43a77da4f1bd82d326044e79c8eba02be7a647 | |
| parent | 2fef3e0fedffdd6f1922c3868ce538a4ad9b9e99 (diff) | |
gnu: gst-plugins-rs: Fix build.mesa-updates
* gnu/packages/gstreamer.scm (gst-plugins-rs)[arguments]: In
prepare-cargo-build-system phase, add prepare-rust-crates phase from
cargo-build-system.
Change-Id: Ie5ce8413cb04f3cfcf0b59e951659274b4bcf0ff
| -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)))) |
