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"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("bdb" ,bdb)
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("bdb" ,bdb)
|
||||
("readline" ,readline)
|
||||
("libuuid" ,util-linux)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://jackaudio.org/")
|
||||
(synopsis "JACK audio connection kit")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue