~ruther/guix-local

16110652a899e4156db12141921e564f7424771d — Sughosha 4 months ago f347ccd
gnu: jalv: Add native-search-paths and enable Wayland support.

* gnu/packages/audio.scm (jalv)[inputs]: Reorder; add qtwayland-5.
[native-search-paths]: Add "LV2_PATH" variable.

Change-Id: I843ac9c8539768219e22e730a619a15e55b4d960
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +6 -1
@@ 3269,10 3269,15 @@ from being able to mix multiple JACK audio streams.")
           lilv
           suil
           gtk+
           jack-1
           qtbase-5
           jack-1))
           qtwayland-5))
    (native-inputs
     (list pkg-config))
    (native-search-paths
     (list (search-path-specification
            (variable "LV2_PATH")
            (files '("lib/lv2")))))
    (home-page "https://drobilla.net/software/jalv.html")
    (synopsis "Simple LV2 host for JACK")
    (description