guix-patches
[Top][All Lists]
Advanced

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

[bug#72648] [PATCH v2 10/10] gnu: ladspa: Add native-search-paths.


From: Nikita Domnitskii
Subject: [bug#72648] [PATCH v2 10/10] gnu: ladspa: Add native-search-paths.
Date: Mon, 19 Aug 2024 16:55:22 -0000

* gnu/packages/audio.scm (ladspa)[native-search-paths]: Add 'LADSPA_PATH'.

Change-Id: I5f313acb197468b6046fef6dc9bdc4904dd71a09
---
 gnu/packages/audio.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f2d120c428..0f1af6dc20 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2815,6 +2815,10 @@ (define-public ladspa
                  (("^CPP.*")           "CPP = g++\n")))
              #t))
          (delete 'build))))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "LADSPA_PATH")
+            (files '("lib/ladspa")))))
     ;; Since the home page is gone, we provide a link to the archived version.
     (home-page
      "https://web.archive.org/web/20140729190945/http://www.ladspa.org/";)


-- 
Best Regards,
Nikita Domnitskii





reply via email to

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