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:
parent
4e2dc2accd
commit
13cbd96b90
1 changed files with 2 additions and 4 deletions
|
@ -6223,9 +6223,7 @@ and reverb.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list
|
#~(list (string-append "CC=" #$(cc-for-target)))
|
||||||
(string-append "CC=" #$(cc-for-target))
|
|
||||||
"VST_UI=0")
|
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
@ -6233,7 +6231,7 @@ and reverb.")
|
||||||
(invoke "make" "config"
|
(invoke "make" "config"
|
||||||
"STRICT=1"
|
"STRICT=1"
|
||||||
"TEST=1"
|
"TEST=1"
|
||||||
"FEATURES=lv2 ladspa jack"
|
"FEATURES=clap doc jack ladspa lv2 vst2 xdg"
|
||||||
(string-append "PREFIX=" #$output)
|
(string-append "PREFIX=" #$output)
|
||||||
(string-append "ETCDIR=" #$output "/etc"))))
|
(string-append "ETCDIR=" #$output "/etc"))))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
|
|
Reference in a new issue