guix-commits
[Top][All Lists]
Advanced

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

13/19: gnu: rubberband: Remove LV2_PATH search-path-specification.


From: guix-commits
Subject: 13/19: gnu: rubberband: Remove LV2_PATH search-path-specification.
Date: Sat, 31 Aug 2024 13:08:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 277f2c7018dfb97937b82574fe67c1843577c61c
Author: Nikita Domnitskii <nikita@domnitskii.me>
AuthorDate: Fri Aug 2 22:58:46 2024 +0600

    gnu: rubberband: Remove LV2_PATH search-path-specification.
    
    * gnu/packages/audio.scm (rubberband)[native-search-paths]: Remove 
'LV2_PATH'.
    
    Change-Id: I798ca94912a4165ea35cee23387351bca2f7e2e3
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/audio.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 7224331603..1d1bb1ff5c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3710,9 +3710,6 @@ filters using the so-called @emph{window method}.")
      (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/";)



reply via email to

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