guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: alsa-plugins: Help alsa-lib find the plugins on foreign dist


From: guix-commits
Subject: 03/03: gnu: alsa-plugins: Help alsa-lib find the plugins on foreign distros.
Date: Sun, 6 Dec 2020 12:53:35 -0500 (EST)

lfam pushed a commit to branch staging
in repository guix.

commit 0e62c76b61853b63da9b4bbe93eafd0772606be8
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Dec 5 14:45:02 2020 -0500

    gnu: alsa-plugins: Help alsa-lib find the plugins on foreign distros.
    
    Fixes <https://bugs.gnu.org/40832>.
    
    * gnu/packages/linux.scm (alsa-pluins)[native-search-paths]: Set
    ALSA_PLUGIN_DIR.
---
 gnu/packages/linux.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index daf73f8..a7bfb03 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2149,6 +2149,10 @@ 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")))))
     (arguments
      `(#:configure-flags '(;; Do not install a "local" configuration targeted
                            ;; for /etc/alsa.  On Guix System plugins are 
loaded from



reply via email to

[Prev in Thread] Current Thread [Next in Thread]