gnu: portaudio: Build with jack-1.
* gnu/packages/audio.scm (portaudio)[inputs]: Replace "jack-2" with "jack-1".
This commit is contained in:
parent
ca01b3ad96
commit
bcbc02fd09
|
@ -691,6 +691,9 @@ synchronous execution of all clients, and low latency operation.")
|
||||||
;; licensed under the LGPL in order to allow for proprietary usage.
|
;; licensed under the LGPL in order to allow for proprietary usage.
|
||||||
(license (list license:gpl2+ license:lgpl2.1+))))
|
(license (list license:gpl2+ license:lgpl2.1+))))
|
||||||
|
|
||||||
|
;; Packages depending on JACK should always prefer jack-1. Both jack-1 and
|
||||||
|
;; jack-2 implement the same API. JACK2 is provided primarily as a client
|
||||||
|
;; program for users who might benefit from the D-BUS features.
|
||||||
(define-public jack-2
|
(define-public jack-2
|
||||||
(package (inherit jack-1)
|
(package (inherit jack-1)
|
||||||
(name "jack2")
|
(name "jack2")
|
||||||
|
@ -1633,7 +1636,7 @@ portions of LAME.")
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO: Add ASIHPI.
|
;; TODO: Add ASIHPI.
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("jack" ,jack-2)))
|
("jack" ,jack-1)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in New Issue