mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
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:
parent
ea4c86ea0c
commit
3f75a6e430
1 changed files with 0 additions and 4 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue