guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#58208] [PATCH v2 7/9] gnu: Register VAMP_PATH with host.


From: Lilah Tascheter
Subject: [bug#58208] [PATCH v2 7/9] gnu: Register VAMP_PATH with host.
Date: Fri, 2 Jun 2023 00:56:44 -0500

* gnu/packages/audio.scm (vamp)[native-search-paths]: Add VAMP plugins
  to the VAMP_PATH search path.
---
 gnu/packages/audio.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 1ff8c77eb9..2931cba488 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3926,6 +3926,10 @@ (define-public vamp
      (list libsndfile))
     (native-inputs
      (list pkg-config))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "VAMP_PATH")
+            (files '("lib/vamp")))))
     (home-page "https://vamp-plugins.org";)
     (synopsis "Modular and extensible audio processing system")
     (description
-- 
2.40.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]