gnu: jack-1: Propagate "bdb".
* gnu/packages/audio.scm (jack-1)[inputs]: Move "bdb" from here... [propagated-inputs]: ...to here.
This commit is contained in:
parent
8e80244a5f
commit
ca01b3ad96
@ -670,11 +670,12 @@ especially for creating reverb effects. It supports impulse responses with 1,
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("bdb" ,bdb)
|
||||
("readline" ,readline)))
|
||||
;; uuid.h is included in the JACK type headers
|
||||
;; db.h is included in the libjack metadata headers
|
||||
(propagated-inputs
|
||||
`(("libuuid" ,util-linux)))
|
||||
`(("libuuid" ,util-linux)
|
||||
("bdb" ,bdb)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://jackaudio.org/")
|
||||
|
Loading…
Reference in New Issue
Block a user