guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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