GNU bug report logs -
#72648
[PATCH 00/10] Move native-search-paths from lv2/ladspa plugins
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/music.scm (distrho-ports)[native-search-paths]: Remove 'LV2_PATH'.
Change-Id: I507a18d44af3da8efef4afb1cd8120ce83472738
---
gnu/packages/music.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 100a41f87b..df7191d74f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -57,6 +57,7 @@
;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2024 Parnikkapore <poomklao <at> yahoo.com>
;;; Copyright © 2024 hapster <o.rojon <at> posteo.net>
+;;; Copyright © 2024 Nikita Domnitskii <nikita <at> domnitskii.me>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6847,9 +6848,6 @@ (define-public distrho-ports
mesa))
(native-search-paths
(list (search-path-specification
- (variable "LV2_PATH")
- (files '("lib/lv2")))
- (search-path-specification
(variable "VST2_PATH")
(files '("lib/vst")))
(search-path-specification
--
Best Regards,
Nikita Domnitskii
This bug report was last modified 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.