[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/19: gnu: lv2: Add native-search-paths.
From: |
guix-commits |
Subject: |
16/19: gnu: lv2: Add native-search-paths. |
Date: |
Sat, 31 Aug 2024 13:08:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5680ca81686110f3c66de40f512e4f9f45c8a25d
Author: Nikita Domnitskii <nikita@domnitskii.me>
AuthorDate: Fri Aug 2 23:00:21 2024 +0600
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>
---
gnu/packages/audio.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f438739cfc..b2da8dbd35 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3141,6 +3141,10 @@ significantly faster and have minimal dependencies.")
(list libsndfile))
(native-inputs
(list pkg-config))
+ (native-search-paths
+ (list (search-path-specification
+ (variable "LV2_PATH")
+ (files '("lib/lv2")))))
(home-page "https://lv2plug.in/";)
(synopsis "LV2 audio plugin specification")
(description
- 14/19: gnu: mda-lv2: Remove native-search-paths., (continued)
- 14/19: gnu: mda-lv2: Remove native-search-paths., guix-commits, 2024/08/31
- 15/19: gnu: distrho-ports: Remove LV2_PATH search-path-specification., guix-commits, 2024/08/31
- 12/19: gnu: lv2-mda-piano: Remove native-search-paths., guix-commits, 2024/08/31
- 04/19: gnu: guix: Remove unnecessary dependencies., guix-commits, 2024/08/31
- 03/19: gnu: libfabric: Depend on PSM2 only on supported systems., guix-commits, 2024/08/31
- 13/19: gnu: rubberband: Remove LV2_PATH search-path-specification., guix-commits, 2024/08/31
- 18/19: gnu: ladspa: Add native-search-paths., guix-commits, 2024/08/31
- 05/19: substitute: Reopen connection upon “Error in the push function” from GnuTLS., guix-commits, 2024/08/31
- 06/19: installer: Create ext4 file systems with ‘-O large_dir’., guix-commits, 2024/08/31
- 08/19: gnu: asli: Update to 0.1-1.4f4ba14., guix-commits, 2024/08/31
- 16/19: gnu: lv2: Add native-search-paths.,
guix-commits <=
- 09/19: gnu: calf: Remove native-search-paths., guix-commits, 2024/08/31
- 11/19: gnu: ir: Remove native-search-paths., guix-commits, 2024/08/31
- 10/19: gnu: guitarix: Remove native-search-paths., guix-commits, 2024/08/31
- 19/19: services: agate: Change variable names and add system test., guix-commits, 2024/08/31