gnu: alsa-plugins: Help alsa-lib find its plugins on foreign distros.
Fixes <https://bugs.gnu.org/40832>. * gnu/packages/linux.scm (alsa-pluins)[native-search-paths]: Set ALSA_PLUGIN_DIR.
This commit is contained in:
parent
f513858807
commit
ed1c72c3d7
@ -2149,6 +2149,11 @@ MIDI functionality to the Linux-based operating system.")
|
||||
;; ALSA applications on OSS however we do not offer OSS and OSS is
|
||||
;; obsolete.
|
||||
(outputs '("out" "pulseaudio" "jack"))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "ALSA_PLUGIN_DIR")
|
||||
(files '("lib/alsa-lib"))
|
||||
(separator #f))))
|
||||
(arguments
|
||||
`(#:configure-flags '(;; Do not install a "local" configuration targeted
|
||||
;; for /etc/alsa. On Guix System plugins are loaded from
|
||||
|
Loading…
Reference in New Issue
Block a user