mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
30a7ae0d10
commit
396afb84e8
1 changed files with 1 additions and 3 deletions
|
@ -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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue