mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ir: Remove native-search-paths.
* gnu/packages/audio.scm (ir)[native-search-paths]: Remove 'LV2_PATH'. Change-Id: I8f110b12e9850ba7f49df2cd6192852428c1d2cc Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
47dae04c44
commit
ea4c86ea0c
1 changed files with 0 additions and 4 deletions
|
@ -2545,10 +2545,6 @@ (define-public ir
|
|||
zita-convolver))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "LV2_PATH")
|
||||
(files '("lib/lv2")))))
|
||||
(home-page "https://tomszilagyi.github.io/plugins/ir.lv2")
|
||||
(synopsis "LV2 convolution reverb")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue