Convert all jack references to libjack2

This commit is contained in:
William A. Kennington III
2015-06-27 00:17:52 -07:00
parent 8ce4cb4de8
commit 7297255019
73 changed files with 156 additions and 156 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, alsaLib, fluidsynth, jack2, qt4 }:
{ stdenv, fetchurl, alsaLib, fluidsynth, libjack2, qt4 }:
stdenv.mkDerivation rec {
name = "qsynth-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "08kyn6cl755l9i1grzjx8yi3f8mgiz4gx0hgqad1n0d8yz85087b";
};
buildInputs = [ alsaLib fluidsynth jack2 qt4 ];
buildInputs = [ alsaLib fluidsynth libjack2 qt4 ];
meta = with stdenv.lib; {
description = "Fluidsynth GUI";