~ruther/guix-local

7bae542dc3886274c996fdc0a68ded4a0e7a43b1 — Liliana Marie Prikler 5 months ago 3053259
gnu: waypipe: Fix build.

* gnu/packages/freedesktop.scm (waypipe)[#:phases]: Wrap in with-extensions to
add cargo-guile-json.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/freedesktop.scm
M gnu/packages/freedesktop.scm => gnu/packages/freedesktop.scm +3 -2
@@ 3474,7 3474,8 @@ notifies the user using any notification daemon implementing
         (guix build meson-build-system)
         (guix build utils))
       #:phases
       #~(modify-phases %standard-phases
       (with-extensions (list (cargo-guile-json))
        #~(modify-phases %standard-phases
           (add-after 'unpack 'prepare-cargo-build-system
             (lambda args
               (for-each


@@ 3484,7 3485,7 @@ notifies the user using any notification daemon implementing
                   '(unpack-rust-crates
                     configure
                     check-for-pregenerated-files
                     patch-cargo-checksums)))))
                     patch-cargo-checksums))))))
       #:configure-flags
       #~(list "-Dwith_lz4=enabled"
               "-Dwith_vaapi=enabled"