guix-patches
[Top][All Lists]
Advanced

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

[bug#72648] [PATCH v2 04/10] gnu: lv2-mda-piano: Remove native-search-pa


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

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

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 18e5235432..57ef5bede7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3218,10 +3218,6 @@ (define-public lv2-mda-piano
      (list lv2 lvtk))
     (native-inputs
      (list pkg-config ttl2c))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://elephly.net/lv2/mdapiano.html";)
     (synopsis "LV2 port of the mda Piano plugin")
     (description "An LV2 port of the mda Piano VSTi.")


-- 
Best Regards,
Nikita Domnitskii





reply via email to

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