me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 4 deletions

View File

@ -6223,9 +6223,7 @@ and reverb.")
(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 @@ and reverb.")
(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