diff options
| author | Sughosha <sughosha@disroot.org> | 2025-11-11 20:12:10 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2025-11-11 20:36:11 +0530 |
| commit | 9b3ed5b6ce3efefd43db1c68f7b9d67fa9aafa29 (patch) | |
| tree | 3a09883ea56dc3204c4f68c4e544496c83e21855 /gnu/packages | |
| parent | db00c1ef7ccb536345a50a5f67ca0ce2a714194a (diff) | |
gnu: qtractor: Add native-search-paths.
* gnu/packages/music.scm (qtractor)[native-search-paths]: Add CLAP_PATH,
LADSPA_PATH, LV2_PATH, LXVST_PATH and VST2_PATH variables.
Change-Id: Ie36061935fa2019e0374b45fd2999bf2447ee40f
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/music.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 7143409f7c8..a2a33e8ee7d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm | |||
| @@ -3759,6 +3759,22 @@ from the command line.") | |||
| 3759 | zlib)) | 3759 | zlib)) |
| 3760 | (native-inputs | 3760 | (native-inputs |
| 3761 | (list pkg-config qttools)) | 3761 | (list pkg-config qttools)) |
| 3762 | (native-search-paths | ||
| 3763 | (list (search-path-specification | ||
| 3764 | (variable "CLAP_PATH") | ||
| 3765 | (files '("lib/clap"))) | ||
| 3766 | (search-path-specification | ||
| 3767 | (variable "LADSPA_PATH") | ||
| 3768 | (files '("lib/ladspa"))) | ||
| 3769 | (search-path-specification | ||
| 3770 | (variable "LV2_PATH") | ||
| 3771 | (files '("lib/lv2"))) | ||
| 3772 | (search-path-specification | ||
| 3773 | (variable "LXVST_PATH") | ||
| 3774 | (files '("lib/lxvst"))) | ||
| 3775 | (search-path-specification | ||
| 3776 | (variable "VST2_PATH") | ||
| 3777 | (files '("lib/vst2"))))) | ||
| 3762 | (home-page "https://qtractor.org/") | 3778 | (home-page "https://qtractor.org/") |
| 3763 | (synopsis "Audio/MIDI multi-track sequencer") | 3779 | (synopsis "Audio/MIDI multi-track sequencer") |
| 3764 | (description | 3780 | (description |
