gnu: lsp-plugins: Enable all features.

* gnu/packages/music.scm (lsp-plugins): Enable all features.
[make-flags]: Unset VST_UI.
[phases]: Use upstream's feature list.

Change-Id: I6f3b906e26819da8e72dc360ea55f3948fa2992e
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Parnikkapore 2024-04-20 23:58:33 +02:00 committed by Christopher Baines
parent 4e2dc2accd
commit 13cbd96b90
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -6223,9 +6223,7 @@ (define-public lsp-plugins
(arguments
(list
#:make-flags
#~(list
(string-append "CC=" #$(cc-for-target))
"VST_UI=0")
#~(list (string-append "CC=" #$(cc-for-target)))
#:phases
#~(modify-phases %standard-phases
(replace 'configure
@ -6233,7 +6231,7 @@ (define-public lsp-plugins
(invoke "make" "config"
"STRICT=1"
"TEST=1"
"FEATURES=lv2 ladspa jack"
"FEATURES=clap doc jack ladspa lv2 vst2 xdg"
(string-append "PREFIX=" #$output)
(string-append "ETCDIR=" #$output "/etc"))))
(replace 'check