summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Domnitskii <nikita@domnitskii.me>2024-08-02 22:58:46 +0600
committerLudovic Courtès <ludo@gnu.org>2024-08-31 19:06:38 +0200
commit277f2c7018dfb97937b82574fe67c1843577c61c (patch)
treec45451133cf71ef0e7166f238a0082e468f09ecb
parent3f75a6e430085b56db06d520c89e7395f8aa74b9 (diff)
downloadguix-patches-277f2c7018dfb97937b82574fe67c1843577c61c.tar
guix-patches-277f2c7018dfb97937b82574fe67c1843577c61c.tar.gz
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>
-rw-r--r--gnu/packages/audio.scm3
1 files changed, 0 insertions, 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/")