mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: ardour: Add LXVST_PATH to native-search-paths.
* gnu/packages/audio.scm (ardour)[native-search-paths]: Add LXVST_PATH variable. Change-Id: Ifcd64aa1400fd5d46c5501ee6bd27a6a8b3cc938
This commit is contained in:
parent
00c466d218
commit
912deb0989
1 changed files with 5 additions and 2 deletions
|
|
@ -1160,11 +1160,14 @@ namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \
|
|||
unzip))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "LADSPA_PATH")
|
||||
(files '("lib/ladspa")))
|
||||
(search-path-specification
|
||||
(variable "LV2_PATH")
|
||||
(files '("lib/lv2")))
|
||||
(search-path-specification
|
||||
(variable "LADSPA_PATH")
|
||||
(files '("lib/ladspa")))))
|
||||
(variable "LXVST_PATH")
|
||||
(files '("lib/lxvst")))))
|
||||
(home-page "https://ardour.org")
|
||||
(synopsis "Digital audio workstation")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue