gnu: lv2: Add native-search-paths.

* gnu/packages/audio.scm (lv2)[native-search-paths]: Add 'LV2_PATH'.

Change-Id: I49837fd46e447745fc97a6f501ec963eb4dbb0b0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nikita Domnitskii 2024-08-02 23:00:21 +06:00 committed by Ludovic Courtès
parent 396afb84e8
commit 5680ca8168
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3141,6 +3141,10 @@ (define-public lv2
(list libsndfile))
(native-inputs
(list pkg-config))
(native-search-paths
(list (search-path-specification
(variable "LV2_PATH")
(files '("lib/lv2")))))
(home-page "https://lv2plug.in/")
(synopsis "LV2 audio plugin specification")
(description