guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: jack-1: Propagate "bdb".


From: Ricardo Wurmus
Subject: 03/04: gnu: jack-1: Propagate "bdb".
Date: Sun, 26 Jul 2015 20:09:00 +0000

rekado pushed a commit to branch master
in repository guix.

commit ca01b3ad96af126c49165a095ca70637e3398d6f
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 18 22:07:45 2015 +0200

    gnu: jack-1: Propagate "bdb".
    
    * gnu/packages/audio.scm (jack-1)[inputs]: Move "bdb" from here...
       [propagated-inputs]: ...to here.
---
 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 388e4ea..2d92729 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]