gnu: musescore: Propagate alsa-plugins pulseaudio to runtime.
In order for libasound_module_conf_pulse.so to be present at runtime of MuseScore the alsa-plugins output "pulseaudio" must be present. Playback of scores was not working, at least on a foreign distro like Debian. When running on Debian, MuseScore complained that libasound_module_conf_pulse.so was missing at startup. This patch was tested on Debian 12 and fixed the issue. * gnu/packages/music.scm (musescore): Propagate alsa-plugins pulseaudio to runtime Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I4e2db8e45fdf33987817cef41bcd336526b16d90
This commit is contained in:
parent
20cb45a502
commit
3bc4f32058
@ -5274,6 +5274,8 @@ includes LV2 plugins and a JACK standalone client.")
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
qtxmlpatterns))
|
||||
(propagated-inputs
|
||||
(list `(,alsa-plugins "pulseaudio"))) ;for libasound_module_conf_pulse.so
|
||||
(synopsis "Music composition and notation software")
|
||||
(description
|
||||
"MuseScore is a music score typesetter. Its main purpose is the creation
|
||||
|
Loading…
Reference in New Issue
Block a user