diff options
author | Nikita Domnitskii <nikita@domnitskii.me> | 2024-08-02 22:59:46 +0600 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 19:06:39 +0200 |
commit | 396afb84e827086c6e429b5976dfe98f01744b2f (patch) | |
tree | 4c8ba2ee287068a3f2b93fcc3299e07dff119fb3 /gnu | |
parent | 30a7ae0d106b5eb60f8dd4a784d7aafbb7e0ba41 (diff) | |
download | guix-396afb84e827086c6e429b5976dfe98f01744b2f.tar guix-396afb84e827086c6e429b5976dfe98f01744b2f.tar.gz |
gnu: distrho-ports: Remove LV2_PATH search-path-specification.
* gnu/packages/music.scm (distrho-ports)[native-search-paths]: Remove 'LV2_PATH'.
Change-Id: I507a18d44af3da8efef4afb1cd8120ce83472738
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 8329f0aae9..bc2d7f62f1 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -58,6 +58,7 @@ ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024 Parnikkapore <poomklao@yahoo.com> ;;; Copyright © 2024 hapster <o.rojon@posteo.net> +;;; Copyright © 2024 Nikita Domnitskii <nikita@domnitskii.me> ;;; ;;; This file is part of GNU Guix. ;;; @@ -6831,9 +6832,6 @@ ones.") 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 |