me
/
guix
Archived
1
0
Fork 0

gnu: jack-1: Propagate "bdb".

* gnu/packages/audio.scm (jack-1)[inputs]: Move "bdb" from here...
   [propagated-inputs]: ...to here.
master
Ricardo Wurmus 2015-07-18 22:07:45 +02:00
parent 8e80244a5f
commit ca01b3ad96
1 changed files with 3 additions and 2 deletions

View File

@ -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/")