gnu: pulseaudio: Add jack input.

Depending on jack allows building the jack-sink and jack-source modules for
routing the audio through the jack server.

* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add jack-1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Pierre Langlois 2018-06-24 12:13:56 +01:00 committed by Marius Bakke
parent f579af3d3e
commit d5e60a2a93
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7,6 +7,7 @@
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -31,6 +32,7 @@ (define-module (gnu packages pulseaudio)
#:use-module (guix build-system python)
#:use-module (gnu packages)
#:use-module (gnu packages algebra)
#:use-module (gnu packages audio)
#:use-module (gnu packages autotools)
#:use-module (gnu packages avahi)
#:use-module (gnu packages check)
@ -169,6 +171,7 @@ (define-public pulseaudio
("speex" ,speex)
("libsndfile" ,libsndfile)
("libsamplerate" ,libsamplerate)
("jack" ,jack-1) ; For routing the output to jack.
("dbus" ,dbus)
("glib" ,glib)
("intltool" ,intltool)