gnu: lv2-mda-piano: Remove native-search-paths.

* gnu/packages/audio.scm (lv2-mda-piano)[native-search-paths]: Remove 'LV2_PATH'.

Change-Id: I6420990881cb3c9415aa5b600ac8c0a4841554e4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nikita Domnitskii 2024-08-02 22:58:13 +06:00 committed by Ludovic Courtès
parent ea4c86ea0c
commit 3f75a6e430
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3206,10 +3206,6 @@ (define-public lv2-mda-piano
(list lv2 lvtk))
(native-inputs
(list pkg-config ttl2c))
(native-search-paths
(list (search-path-specification
(variable "LV2_PATH")
(files '("lib/lv2")))))
(home-page "https://elephly.net/lv2/mdapiano.html")
(synopsis "LV2 port of the mda Piano plugin")
(description "An LV2 port of the mda Piano VSTi.")