guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d6842820b7c238494cf6cc449ddce9acfe1b56ad
Author: Sughosha <[email protected]>
AuthorDate: Tue Nov 11 21:27:24 2025 +0530
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 4b086f3f91..9fb165f87a 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