diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-07-18 22:07:45 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2015-07-26 22:08:18 +0200 |
commit | ca01b3ad96af126c49165a095ca70637e3398d6f (patch) | |
tree | e152805411ff95b230d4abc04192fd5ea8dfce01 /gnu/packages | |
parent | 8e80244a5ff43f741ce64302e8a436d2fa7663b5 (diff) | |
download | guix-ca01b3ad96af126c49165a095ca70637e3398d6f.tar.gz guix-ca01b3ad96af126c49165a095ca70637e3398d6f.zip |
gnu: jack-1: Propagate "bdb".
* gnu/packages/audio.scm (jack-1)[inputs]: Move "bdb" from here...
[propagated-inputs]: ...to here.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 388e4ea704..2d92729c12 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -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/") |