mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: carla: Add native-search-paths.
* gnu/packages/audio.scm (carla)[native-search-paths]: Add CLAP_PATH, LADSPA_PATH, LV2_PATH, LXVST_PATH, VST2_PATH, VST3_PATH, SF1_PATH and SFZ_PATH variables. Change-Id: I30af5a75b026eb56de5311a753ad789c093c0556
This commit is contained in:
parent
ac30258bf9
commit
6219f1f657
1 changed files with 25 additions and 0 deletions
|
@ -6579,6 +6579,31 @@ as is the case with audio plugins.")
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
(native-search-paths
|
||||||
|
(list (search-path-specification
|
||||||
|
(variable "CLAP_PATH")
|
||||||
|
(files '("lib/clap")))
|
||||||
|
(search-path-specification
|
||||||
|
(variable "LADSPA_PATH")
|
||||||
|
(files '("lib/ladspa")))
|
||||||
|
(search-path-specification
|
||||||
|
(variable "LV2_PATH")
|
||||||
|
(files '("lib/lv2")))
|
||||||
|
(search-path-specification
|
||||||
|
(variable "LXVST_PATH")
|
||||||
|
(files '("lib/lxvst")))
|
||||||
|
(search-path-specification
|
||||||
|
(variable "VST2_PATH")
|
||||||
|
(files '("lib/vst")))
|
||||||
|
(search-path-specification
|
||||||
|
(variable "VST3_PATH")
|
||||||
|
(files '("lib/vst3")))
|
||||||
|
(search-path-specification
|
||||||
|
(variable "SF2_PATH")
|
||||||
|
(files '("share/sf2")))
|
||||||
|
(search-path-specification
|
||||||
|
(variable "SFZ_PATH")
|
||||||
|
(files '("share/sfz")))))
|
||||||
(home-page "https://kx.studio/Applications:Carla")
|
(home-page "https://kx.studio/Applications:Carla")
|
||||||
(synopsis "Audio plugin host")
|
(synopsis "Audio plugin host")
|
||||||
(description "Carla is a modular audio plugin host, with features like
|
(description "Carla is a modular audio plugin host, with features like
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue