Skip to content
Snippets Groups Projects
Commit 2f9ae82f authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: jack: build ALSA backend.

* gnu/packages/audio.scm (jack): Add missing inputs to build ALSA backend.
parent c1718190
No related branches found
No related tags found
Loading
......@@ -170,8 +170,12 @@ (define-public jack-1
"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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment