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:
Nikita Domnitskii 2024-08-02 22:57:51 +06:00 committed by Ludovic Courtès
parent 47dae04c44
commit ea4c86ea0c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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