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.
* 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.") (apply (assoc-ref cargo:%standard-phases phase) #:cargo-target #$(cargo-triplet) args)) - '(unpack-rust-crates + '(prepare-rust-crates + unpack-rust-crates configure check-for-pregenerated-files patch-cargo-checksums)))) |
