guix-patches
[Top][All Lists]
Advanced

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

[bug#51395] [PATCH] gnu: mda-lv2: Remove unnecessary search-path-specifi


From: Thorsten Wilms
Subject: [bug#51395] [PATCH] gnu: mda-lv2: Remove unnecessary search-path-specification.
Date: Mon, 25 Oct 2021 21:15:14 +0200

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index faf106fc68..f43964a804 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5556,10 +5556,6 @@ (define-public mda-lv2
      `(("lv2" ,lv2)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://drobilla.net/software/mda-lv2";)
     (synopsis "Audio plug-in pack for LV2")
     (description
-- 
2.33.1






reply via email to

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