mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -670,11 +670,12 @@ (define-public jack-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 a new issue