~ruther/guix-local

81337142b4fc672e14b7fabad62d651f251934d6 — Sughosha 4 months ago b1edf6e
gnu: jalv: Disable Wayland support.

Some LV2 plugins do not work with Wayland.

* gnu/packages/audio.scm (jalv)[arguments]<#:phases>: Remove 'wrap phase.
[inputs]: Remove qtwayland-5.

Change-Id: I39b89e9286f2d1986a189e5e49197179b4511f59
1 files changed, 2 insertions(+), 8 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +2 -8
@@ 3264,20 3264,14 @@ from being able to mix multiple JACK audio streams.")
                 (lambda _
                   (substitute* "meson.build"
                     (("'-DZIX_STATIC'" match)
                      (string-append match ", '-fPIC'")))))
               (add-after 'install 'wrap
                 (lambda _
                   (wrap-program (string-append #$output "/bin/jalv.qt5")
                     `("QT_PLUGIN_PATH" prefix
                       (,(getenv "QT_PLUGIN_PATH")))))))))
                      (string-append match ", '-fPIC'"))))))))
    (inputs
     (list lv2
           lilv
           suil
           gtk+
           jack-1
           qtbase-5
           qtwayland-5))
           qtbase-5))
    (native-inputs
     (list pkg-config))
    (native-search-paths