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)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("bdb" ,bdb)
|
|
||||||
("readline" ,readline)))
|
("readline" ,readline)))
|
||||||
;; uuid.h is included in the JACK type headers
|
;; uuid.h is included in the JACK type headers
|
||||||
|
;; db.h is included in the libjack metadata headers
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libuuid" ,util-linux)))
|
`(("libuuid" ,util-linux)
|
||||||
|
("bdb" ,bdb)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://jackaudio.org/")
|
(home-page "http://jackaudio.org/")
|
||||||
|
Loading…
Reference in New Issue
Block a user