guix-patches
[Top][All Lists]
Advanced

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

[bug#72648] [PATCH 05/10] gnu: rubberband: Remove LV2_PATH search-path-s


From: Nikita Domnitskii
Subject: [bug#72648] [PATCH 05/10] gnu: rubberband: Remove LV2_PATH search-path-specification.
Date: Mon, 19 Aug 2024 16:57:23 -0000

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

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 57ef5bede7..7ecd77430e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3725,9 +3725,6 @@ (define-public rubberband
      (list pkg-config))
     (native-search-paths
      (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))
-           (search-path-specification
             (variable "LADSPA_PATH")
             (files '("lib/ladspa")))))
     (home-page "https://breakfastquay.com/rubberband/";)


-- 
Best Regards,
Nikita Domnitskii





reply via email to

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