From d6842820b7c238494cf6cc449ddce9acfe1b56ad Mon Sep 17 00:00:00 2001 From: Sughosha Date: Tue, 11 Nov 2025 21:27:24 +0530 Subject: [PATCH] gnu: mod-host: Add native-search-paths. * gnu/packages/music.scm (mod-host)[native-search-paths]: Add LV2_PATH variable. Change-Id: I8e31ccff2dbbd6f37717f5907037ef54f18d25e5 --- gnu/packages/music.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 4b086f3f9149ed75292b7ac826fc2ec18da2dedb..9fb165f87a22737920d0de3c5423830a6a3d4770 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3912,6 +3912,10 @@ analogue-like user interface.") (native-inputs (list pkg-config python-wrapper)) + (native-search-paths + (list (search-path-specification + (variable "LV2_PATH") + (files '("lib/lv2"))))) (home-page "https://github.com/mod-audio/mod-host") (synopsis "LV2 host for Jack controllable via socket or command line") (description "mod-host is an LV2 plugin host for JACK, controllable via