guix-patches
[Top][All Lists]
Advanced

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

[bug#72648] [PATCH v2 06/10] gnu: mda-lv2: Remove native-search-paths.


From: Nikita Domnitskii
Subject: [bug#72648] [PATCH v2 06/10] gnu: mda-lv2: Remove native-search-paths.
Date: Mon, 19 Aug 2024 16:54:22 -0000

* gnu/packages/audio.scm (mda-lv2)[native-search-paths]: Remove 'LV2_PATH'.

Change-Id: I6bba965a25b50123e988c88c5606786071e677d6
---
 gnu/packages/audio.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 7ecd77430e..598013d8e8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6358,10 +6358,6 @@ (define-public mda-lv2
      (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


-- 
Best Regards,
Nikita Domnitskii





reply via email to

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