Add dbus support to qjackctl so that it can use jackdbus
svn path=/nixpkgs/trunk/; revision=28011
This commit is contained in:
parent
415be547b3
commit
e1c2108085
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, qt4, alsaLib, jackaudio }:
|
{ stdenv, fetchurl, qt4, alsaLib, jackaudio, dbus }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.3.7";
|
version = "0.3.7";
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1gynym21d8d4d38qyl817qg0v8360brcpga4wcdapccbgpaz3c28";
|
sha256 = "1gynym21d8d4d38qyl817qg0v8360brcpga4wcdapccbgpaz3c28";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt4 alsaLib jackaudio ];
|
buildInputs = [ qt4 alsaLib jackaudio dbus ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "qt jackd control gui tool";
|
description = "qt jackd control gui tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user