guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2eb1801934658dcb2c41c11798c64fe366830d2d
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 4 02:45:31 2024 +0530

    gnu: carla: Enable PulseAudio support.
    
    * gnu/packages/audio.scm (carla)[inputs]: Add pulseaudio.
    
    Change-Id: I2d08897bd8686187fafffea2702d50da55ef6cec
---
 gnu/packages/audio.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 908a308f32..82e7ae09e0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6567,6 +6567,7 @@ as is the case with audio plugins.")
            libx11
            gtk+-2              ;needed for bridging GTK2 plugins in GTK3 hosts
            gtk+
+           pulseaudio
            python-pyliblo
            python-pyqt
            python-rdflib

Reply via email to