gnu: jack: build ALSA backend.
* gnu/packages/audio.scm (jack): Add missing inputs to build ALSA backend.
This commit is contained in:
parent
c1718190d5
commit
2f9ae82f4b
|
@ -170,8 +170,12 @@ engineers, musicians, soundtrack editors and composers.")
|
||||||
"1mk1wnx33anp6haxfjjkfhwbaknfblsvj35nxvz0hvspcmhdyhpb"))))
|
"1mk1wnx33anp6haxfjjkfhwbaknfblsvj35nxvz0hvspcmhdyhpb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
("bdb" ,bdb)
|
||||||
|
("readline" ,readline)
|
||||||
("libuuid" ,util-linux)))
|
("libuuid" ,util-linux)))
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://jackaudio.org/")
|
(home-page "http://jackaudio.org/")
|
||||||
(synopsis "JACK audio connection kit")
|
(synopsis "JACK audio connection kit")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue