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:
Sughosha 2024-12-04 03:49:34 +05:30 committed by Gabriel Wicki
parent ac30258bf9
commit 6219f1f657
No known key found for this signature in database
GPG key ID: CC98E9F04330FD7F

View file

@ -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