mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
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:
parent
396afb84e8
commit
5680ca8168
1 changed files with 4 additions and 0 deletions
|
@ -3141,6 +3141,10 @@ (define-public lv2
|
||||||
(list libsndfile))
|
(list libsndfile))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
(native-search-paths
|
||||||
|
(list (search-path-specification
|
||||||
|
(variable "LV2_PATH")
|
||||||
|
(files '("lib/lv2")))))
|
||||||
(home-page "https://lv2plug.in/")
|
(home-page "https://lv2plug.in/")
|
||||||
(synopsis "LV2 audio plugin specification")
|
(synopsis "LV2 audio plugin specification")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue