From ed1c72c3d7d6b6d3b110817fcc037cd5582ac848 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 5 Dec 2020 14:45:02 -0500 Subject: gnu: alsa-plugins: Help alsa-lib find its plugins on foreign distros. Fixes . * gnu/packages/linux.scm (alsa-pluins)[native-search-paths]: Set ALSA_PLUGIN_DIR. --- gnu/packages/linux.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index daf73f8b40..eadbaa8f35 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 -- cgit v1.2.3