[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/19: gnu: calf: Remove native-search-paths.
From: |
guix-commits |
Subject: |
09/19: gnu: calf: 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 843ac7917a03d4f91f538dbf6d8156bb9e55d873
Author: Nikita Domnitskii <nikita@domnitskii.me>
AuthorDate: Fri Aug 2 22:57:14 2024 +0600
gnu: calf: Remove native-search-paths.
* gnu/packages/audio.scm (calf)[native-search-paths]: Remove 'LV2_PATH'.
Change-Id: Ib9ca000aae75826bea7c43e1768fb92d555dc937
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 6be49f7768..d96f6a6311 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1333,10 +1333,6 @@ plugins are provided.")
fftw))
(native-inputs
(list pkg-config))
- (native-search-paths
- (list (search-path-specification
- (variable "LV2_PATH")
- (files '("lib/lv2")))))
(home-page "http://calf.sourceforge.net/")
(synopsis "Audio plug-in pack for LV2 and JACK environments")
(description
- 15/19: gnu: distrho-ports: Remove LV2_PATH search-path-specification., (continued)
- 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
- 09/19: gnu: calf: Remove native-search-paths.,
guix-commits <=
- 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