guix-commits
[Top][All Lists]
Advanced

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

18/19: gnu: ladspa: Add native-search-paths.


From: guix-commits
Subject: 18/19: gnu: ladspa: 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 25f22fd0e905b13857ac419330376dee8064a13f
Author: Nikita Domnitskii <nikita@domnitskii.me>
AuthorDate: Fri Aug 2 23:05:16 2024 +0600

    gnu: ladspa: Add native-search-paths.
    
    * gnu/packages/audio.scm (ladspa)[native-search-paths]: Add 'LADSPA_PATH'.
    
    Change-Id: I5f313acb197468b6046fef6dc9bdc4904dd71a09
    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 29dfb3ba2b..401eaba539 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2803,6 +2803,10 @@ plugin function as a JACK application.")
                  (("^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/";)



reply via email to

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