[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/19: gnu: mda-lv2: Remove native-search-paths.
From: |
guix-commits |
Subject: |
14/19: gnu: mda-lv2: Remove native-search-paths. |
Date: |
Sat, 31 Aug 2024 13:08:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 30a7ae0d106b5eb60f8dd4a784d7aafbb7e0ba41
Author: Nikita Domnitskii <nikita@domnitskii.me>
AuthorDate: Fri Aug 2 22:59:27 2024 +0600
gnu: mda-lv2: Remove native-search-paths.
* gnu/packages/audio.scm (mda-lv2)[native-search-paths]: Remove 'LV2_PATH'.
Change-Id: I6bba965a25b50123e988c88c5606786071e677d6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/audio.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 1d1bb1ff5c..f438739cfc 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6343,10 +6343,6 @@ systems.")
(list lv2))
(native-inputs
(list pkg-config))
- (native-search-paths
- (list (search-path-specification
- (variable "LV2_PATH")
- (files '("lib/lv2")))))
(home-page "https://drobilla.net/software/mda-lv2.html")
(synopsis "Audio plug-in pack for LV2")
(description
- branch master updated (19e0b93785 -> 61a7930cb0), guix-commits, 2024/08/31
- 01/19: gnu: perf: Properly detect libtraceevent., guix-commits, 2024/08/31
- 02/19: gnu: guile2.0-git: Deprecate., guix-commits, 2024/08/31
- 17/19: gnu: rubberband: Remove native-search-paths., guix-commits, 2024/08/31
- 07/19: gnu: mmm: Fix the build., guix-commits, 2024/08/31
- 14/19: gnu: mda-lv2: Remove native-search-paths.,
guix-commits <=
- 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, 2024/08/31