gnu: sfizz: Improve package style.
* gnu/packages/music.scm (sfizz)[arguments]: Use G-expressions. [inputs]: Remove input labels.
parent
2ad9bf1661
commit
851fbac0a9
|
@ -4749,8 +4749,9 @@ standalone JACK client and an LV2 plugin is also available.")
|
|||
"src/external/pugixml")))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "-DSFIZZ_LV2_UI=OFF"
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "-DSFIZZ_LV2_UI=OFF"
|
||||
"-DSFIZZ_VST=OFF"
|
||||
"-DSFIZZ_VST2=OFF"
|
||||
"-DSFIZZ_TESTS=ON"
|
||||
|
@ -4762,13 +4763,13 @@ standalone JACK client and an LV2 plugin is also available.")
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
`(("abseil-cpp" ,abseil-cpp)
|
||||
("glib" ,glib)
|
||||
("jack" ,jack-2)
|
||||
("lv2" ,lv2)
|
||||
("libsamplerate" ,libsamplerate)
|
||||
("pugixml" ,pugixml)
|
||||
("simde" ,simde)))
|
||||
(list abseil-cpp
|
||||
glib
|
||||
jack-2
|
||||
lv2
|
||||
libsamplerate
|
||||
pugixml
|
||||
simde))
|
||||
(home-page "https://sfz.tools/sfizz/")
|
||||
(synopsis "SFZ parser and synth library")
|
||||
(description "Sfizz provides an SFZ parser and synth C++ library. It
|
||||
|
|
Reference in New Issue